forked from OSchip/llvm-project
Fixed a problem that caused the script to abort right before it sent out the information
llvm-svn: 29218
This commit is contained in:
parent
24fe771dd3
commit
7c1ea253ad
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue