[llvm-commits] CVS: CVSROOT

llvm-commits at cs.uiuc.edu llvm-commits at cs.uiuc.edu
Thu Sep 5 20:52:00 PDT 2002


Changes in directory CVSROOT:

commit-diffs.pl updated: 1.13 -> 1.14

---
Log message:

Lets see if this fixes the "from" issue


---
Diffs of the changes:

Index: CVSROOT/commit-diffs.pl
diff -u CVSROOT/commit-diffs.pl:1.13 CVSROOT/commit-diffs.pl:1.14
--- CVSROOT/commit-diffs.pl:1.13	Thu Sep  5 20:47:43 2002
+++ CVSROOT/commit-diffs.pl	Thu Sep  5 20:51:35 2002
@@ -123,5 +123,5 @@
 open TEMP, ">$TEMPFILE";
 print TEMP $msg;
 close TEMP;
-system("mailx -r $target -s 'CVS: $changedir' $target < $TEMPFILE");
+system("mailx -s 'CVS: $changedir' $target < $TEMPFILE");
 unlink "$TEMPFILE";





More information about the llvm-commits mailing list