[cig-commits] r18002 - cs/buildbot/trunk/buildbot

brad at geodynamics.org brad at geodynamics.org
Tue Mar 1 16:01:55 PST 2011


Author: brad
Date: 2011-03-01 16:01:55 -0800 (Tue, 01 Mar 2011)
New Revision: 18002

Modified:
   cs/buildbot/trunk/buildbot/bs.py
Log:
Fixed configure invovation.

Modified: cs/buildbot/trunk/buildbot/bs.py
===================================================================
--- cs/buildbot/trunk/buildbot/bs.py	2011-03-01 22:27:26 UTC (rev 18001)
+++ cs/buildbot/trunk/buildbot/bs.py	2011-03-02 00:01:55 UTC (rev 18002)
@@ -415,7 +415,7 @@
             s(step.ShellCommand,
               description=["configure"] + desc,
               descriptionDone=desc + ["configuration"],
-              command=["configure"] + configureArgs,
+              command=["./configure"] + configureArgs,
               workdir=workdir,
               env=env,
               haltOnFailure=True,



More information about the CIG-COMMITS mailing list