startbuild is now a direct pipe.
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402498
This commit is contained in:
parent
0137219fb8
commit
32b7e2df98
@ -16,10 +16,4 @@ if ($^O eq "linux")
|
|||||||
$cmd = 'mono ' . $cmd;
|
$cmd = 'mono ' . $cmd;
|
||||||
}
|
}
|
||||||
|
|
||||||
print "$cmd\n";
|
system($cmd) or die "Build failed: $!\n";
|
||||||
$output = `$cmd`;
|
|
||||||
|
|
||||||
print $output;
|
|
||||||
|
|
||||||
die "Build failed: $!\n" if $?;
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user