From fd645ebec41e21f52287266e27e9445135dba73d Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sat, 26 Sep 2009 08:47:14 +0000 Subject: [PATCH] Sigh, add two missing commas. Originally committed to SVN as r3551. --- devel/tinderbox/buildbot/master/master.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/tinderbox/buildbot/master/master.cfg b/devel/tinderbox/buildbot/master/master.cfg index bf2a683ea..6de7cdaba 100644 --- a/devel/tinderbox/buildbot/master/master.cfg +++ b/devel/tinderbox/buildbot/master/master.cfg @@ -610,7 +610,7 @@ fwww_dox.addStep(shell.ShellCommand( command=[ "sh", "-x", - "tinderbox/www/doxygen.sh" + "tinderbox/www/doxygen.sh", "aegisub" ], haltOnFailure=True @@ -626,7 +626,7 @@ fwww_dox.addStep(shell.ShellCommand( command=[ "sh", "-x", - "tinderbox/www/doxygen.sh" + "tinderbox/www/doxygen.sh", "reporter" ], haltOnFailure=True