Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.16 -> 1.17 --- Log message: Fixed a problem that caused the script to abort right before it sent out the information --- Diffs of the changes: (+1 -1) NewNightlyTest.pl | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/utils/NewNightlyTest.pl diff -u llvm/utils/NewNightlyTest.pl:1.16 llvm/utils/NewNightlyTest.pl:1.17 --- llvm/utils/NewNightlyTest.pl:1.16 Wed Jul 19 12:52:51 2006 +++ llvm/utils/NewNightlyTest.pl Thu Jul 20 11:54:43 2006 @@ -979,7 +979,7 @@ @DEJAGNULOG_FULL = ReadFile "$DejagnuTestsLog"; $dejagnulog_full = join("\n", @DEJAGNULOG_FULL); -newmy $gcc_version_long=""; +my $gcc_version_long=""; if($GCCPATH ne ""){ $gcc_version_long = `$GCCPATH/gcc --version`; print "$GCCPATH/gcc --version\n"; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits