From c98b89e2575a409469713292e45f32bde0547d1e Mon Sep 17 00:00:00 2001 From: Andrew Gildfind Date: Sun, 29 Apr 2001 23:27:46 +0000 Subject: [PATCH] delete tmp files again --- 041 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/041 b/041 index e17cc933..27ee0f58 100755 --- a/041 +++ b/041 @@ -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 -- 2.47.3