[llvm-commits] CVS: CVSROOT

llvm-commits at cs.uiuc.edu llvm-commits at cs.uiuc.edu
Thu Sep 5 20:48:01 PDT 2002


Changes in directory CVSROOT:

commit-diffs.pl updated: 1.12 -> 1.13

---
Log message:

Make sure to remove temporary file.


---
Diffs of the changes:

Index: CVSROOT/commit-diffs.pl
diff -u CVSROOT/commit-diffs.pl:1.12 CVSROOT/commit-diffs.pl:1.13
--- CVSROOT/commit-diffs.pl:1.12	Thu Sep  5 20:43:50 2002
+++ CVSROOT/commit-diffs.pl	Thu Sep  5 20:47:43 2002
@@ -124,4 +124,4 @@
 print TEMP $msg;
 close TEMP;
 system("mailx -r $target -s 'CVS: $changedir' $target < $TEMPFILE");
-#unlink "$TEMPFILE";
+unlink "$TEMPFILE";





More information about the llvm-commits mailing list