Skip to content

Commit

Permalink
rm before exit. duh.
Browse files Browse the repository at this point in the history
  • Loading branch information
ptarjan committed May 25, 2009
1 parent 847192d commit 4b5c4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpg-encrypt.sh
Expand Up @@ -38,8 +38,8 @@ else
echo $passw | gpg -q -d --passphrase-fd 0 $filename > $tmp
if [ $? != 0 ]; then
# if gpg didn't work, exit
exit $?;
rm $tmp
exit $?;
fi
fi

Expand Down

0 comments on commit 4b5c4f6

Please sign in to comment.