From db8af5636c20fdccf576af67527aa6bc1edff788 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Mon, 18 Dec 2006 21:45:46 +0000 Subject: Remove temporary files if the patch gets applied fine. svn path=/trunk/; revision=20 --- autoepatch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autoepatch.sh b/autoepatch.sh index 48ec22d..0793a47 100755 --- a/autoepatch.sh +++ b/autoepatch.sh @@ -83,6 +83,7 @@ main() { fi done <<<"${targets}" + rm -f "${T}"/autoepatch.$$.* exit 0 ) -- cgit v1.2.3-65-gdbad