delete tmp files again

This commit is contained in:
Andrew Gildfind
2001-04-29 23:27:46 +00:00
parent f3bd0864f4
commit c98b89e257
+1 -1
View File
@@ -51,7 +51,7 @@ status=1 # failure is the default!
_cleanup()
{
umount $SCRATCH_MNT
# rm -f $tmp.*
rm -f $tmp.*
}
trap "_cleanup ; exit \$status" 0 1 2 3 15