Author: joeyh
Date: 2005-09-14 19:20:56 +0000 (Wed, 14 Sep 2005)
New Revision: 1982
Modified:
bin/checklist
Log:
clean up temp file
Modified: bin/checklist
==================================================================---
bin/checklist 2005-09-14 19:03:34 UTC (rev 1981)
+++ bin/checklist 2005-09-14 19:20:56 UTC (rev 1982)
@@ -326,3 +326,4 @@
if (defined $output) {
rename("$output.tmp.$$", $output) || die "rename: $!";
}
+unlink $stasources;