Fixed a problem that caused the script to abort right before it sent out the information
authorPatrick Jenkins <pjenkins@apple.com>
Thu, 20 Jul 2006 16:54:43 +0000 (16:54 +0000)
committerPatrick Jenkins <pjenkins@apple.com>
Thu, 20 Jul 2006 16:54:43 +0000 (16:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29218 91177308-0d34-0410-b5e6-96231b3b80d8

utils/NewNightlyTest.pl

index 78cf9537e83935248818da5e1edcd75b8de353ce..37971e89df61131a452f9bba9799cfb057f82f4b 100755 (executable)
@@ -979,7 +979,7 @@ my $dejagnulog_full;
 @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";