]> mj.ucw.cz Git - git-tools.git/commitdiff
Remove the temporary file properly.
authorMartin Mares <mj@ucw.cz>
Mon, 16 Jul 2007 13:00:38 +0000 (15:00 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 16 Jul 2007 13:00:38 +0000 (15:00 +0200)
update

diff --git a/update b/update
index e79958e1a1125a0de84b250e32f55e8f23610b92..57d8fa343daed8a772869a41516e774531c455fc 100755 (executable)
--- a/update
+++ b/update
@@ -59,5 +59,5 @@ fi
 
 exec >&2
 mutt -F/dev/null -x -e 'set charset="utf-8"; set send_charset="us-ascii:iso-8859-2:utf-8"' -s "$subj" "$recipient" <$out
-#rm $out
+rm $out
 exit 0