From: Patrick Jenkins Date: Thu, 20 Jul 2006 16:54:43 +0000 (+0000) Subject: Fixed a problem that caused the script to abort right before it sent out the information X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ba20471c751fc279747128d67ac5cb67afab5dcd;p=oota-llvm.git 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 --- diff --git a/utils/NewNightlyTest.pl b/utils/NewNightlyTest.pl index 78cf9537e83..37971e89df6 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";