From b7a9aad9fc700ddc38f0ce89f52b8fe7aa2fe86a Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 4 Oct 2025 08:20:27 +0100 Subject: get.sh: delete tmp patch list when done yet another oversight Signed-off-by: Leah Rowe --- include/get.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/get.sh b/include/get.sh index b373fda3..30813dc0 100644 --- a/include/get.sh +++ b/include/get.sh @@ -347,4 +347,6 @@ tmpclone() done < "$tmpclone_patchlist" || \ err "Can't read '$tmpclone_patchlist'" "tmpclone" "$@" + + x_ rm -f "$tmpclone_patchlist" } -- cgit v1.2.1