1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-28 10:24:20 +01:00

Use correct command.

This commit is contained in:
David Anderson 2013-11-18 09:53:22 -08:00
parent c919da095e
commit 576b2051de

View File

@ -10,7 +10,7 @@ require 'helpers.pm';
chdir('../../../OUTPUT');
system("build.py 2>&1");
system("ambuild 2>&1");
if ($? != 0)
{