From 576b2051ded6a55b9cea4789e2bf5774f5411767 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 18 Nov 2013 09:53:22 -0800 Subject: [PATCH] Use correct command. --- support/buildbot/startbuild.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/buildbot/startbuild.pl b/support/buildbot/startbuild.pl index 45f2f71..1a39f92 100755 --- a/support/buildbot/startbuild.pl +++ b/support/buildbot/startbuild.pl @@ -10,7 +10,7 @@ require 'helpers.pm'; chdir('../../../OUTPUT'); -system("build.py 2>&1"); +system("ambuild 2>&1"); if ($? != 0) {