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" }