diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/get.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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" } |