summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-12-18 21:45:46 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-12-18 21:45:46 +0000
commitdb8af5636c20fdccf576af67527aa6bc1edff788 (patch)
tree2703b2083e2054b7d64e95f3bc7a6398e4b6fadd
parentFix typo: autepatch -> autoepatch. (diff)
downloadautoepatch-db8af5636c20fdccf576af67527aa6bc1edff788.tar.gz
autoepatch-db8af5636c20fdccf576af67527aa6bc1edff788.tar.bz2
autoepatch-db8af5636c20fdccf576af67527aa6bc1edff788.zip
Remove temporary files if the patch gets applied fine.
svn path=/trunk/; revision=20
-rwxr-xr-xautoepatch.sh1
1 files changed, 1 insertions, 0 deletions
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
)