Modified: contrib/buildbot/master.cfg (81546 => 81547)
--- 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),