From: Martin Mares Date: Mon, 16 Jul 2007 13:00:38 +0000 (+0200) Subject: Remove the temporary file properly. X-Git-Tag: v1.0~10 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=0c939c8bc47739cdbf68bac6bc20b1923b9fb767;p=git-tools.git Remove the temporary file properly. --- diff --git a/update b/update index e79958e..57d8fa3 100755 --- 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