Fixed a problem that caused the script to abort right before it sent out the information

llvm-svn: 29218
This commit is contained in:
Patrick Jenkins 2006-07-20 16:54:43 +00:00
parent 24fe771dd3
commit 7c1ea253ad
1 changed files with 1 additions and 1 deletions

View File

@ -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";