aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Jenkins <pjenkins@apple.com>2006-07-20 16:54:43 +0000
committerPatrick Jenkins <pjenkins@apple.com>2006-07-20 16:54:43 +0000
commitba20471c751fc279747128d67ac5cb67afab5dcd (patch)
tree5ea9799dd769ea5a994ad38ba791b49710e57f76
parenteefaeeccfb66818963301003911d104d6d628f9d (diff)
downloadexternal_llvm-ba20471c751fc279747128d67ac5cb67afab5dcd.zip
external_llvm-ba20471c751fc279747128d67ac5cb67afab5dcd.tar.gz
external_llvm-ba20471c751fc279747128d67ac5cb67afab5dcd.tar.bz2
Fixed a problem that caused the script to abort right before it sent out the information
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29218 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xutils/NewNightlyTest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/NewNightlyTest.pl b/utils/NewNightlyTest.pl
index 78cf953..37971e8 100755
--- a/utils/NewNightlyTest.pl
+++ b/utils/NewNightlyTest.pl
@@ -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";