mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
Attempt at solving this stdout redirection mess for buildbot.
This commit is contained in:
parent
556c03babf
commit
def0a8a0d6
@ -12,7 +12,7 @@ chdir('..');
|
||||
|
||||
my ($cmd, $output);
|
||||
|
||||
$cmd = Build::PathFormat('tools/builder/builder.exe') . ' build.cfg 2>&1';
|
||||
$cmd = Build::PathFormat('tools/builder/builder.exe') . ' build.cfg'; # 2>&1';
|
||||
|
||||
if ($^O eq "linux")
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user