]> git.marmaro.de Git - mmh/commitdiff
Don't remove the draft on SIGQUIT to allow debugging
authormarkus schnalke <meillo@marmaro.de>
Wed, 21 Oct 2015 15:13:35 +0000 (17:13 +0200)
committermarkus schnalke <meillo@marmaro.de>
Wed, 21 Oct 2015 15:13:35 +0000 (17:13 +0200)
uip/sendfiles.sh

index 66fc7ec4148d8c90a63fb56b6c906e555b4ee45a..5e4cd67f17c2357335e0ce3367827c2ce22891bf 100755 (executable)
@@ -23,7 +23,7 @@ Files:     $*
 !
 
 draft=`mktemp /tmp/sendfiles.XXXXXX`
-trap 'rm -f "$draft"' 1 2 15
+trap 'rm -f "$draft"' 1 2 15
 
 anno "$draft" -component To -text "$rcpt" -nodate
 anno "$draft" -component Subject -text "$subject" -nodate