Revision: 81547 http://trac.macports.org/changeset/81547 Author: wsiegrist@apple.com Date: 2011-08-01 07:49:01 -0700 (Mon, 01 Aug 2011) Log Message: ----------- Fix syntax Modified Paths: -------------- contrib/buildbot/master.cfg Modified: contrib/buildbot/master.cfg =================================================================== --- contrib/buildbot/master.cfg 2011-08-01 14:47:07 UTC (rev 81546) +++ contrib/buildbot/master.cfg 2011-08-01 14:49:01 UTC (rev 81547) @@ -174,7 +174,7 @@ env={'PREFIX': WithProperties(prefix), 'SRC_PREFIX': WithProperties(src_prefix), 'BASE_UPDATE': 'selfupdate'})) -ports_factory.addStep(ShellCommandWithPortList(command=WithProperties('rm -f portlist; for portname in %(portlist)s; do for subport in `./subports.tcl $portname`; do echo $subport >> portlist; done; done'), +ports_factory.addStep(ShellCommandWithPortList(command=WithProperties('rm -f portlist; for portname in %(portlist)s; do for subport in `./subports.tcl $portname`; do echo $subport >> portlist; done; done'))) # run MPAB on the port list ports_factory.addStep(Compile(command=["./mpab", "buildports", "portlist"], env={'PREFIX': WithProperties(prefix),