Sigh, add two missing commas.

Originally committed to SVN as r3551.
This commit is contained in:
Amar Takhar 2009-09-26 08:47:14 +00:00
parent 90da141dd4
commit fd645ebec4
1 changed files with 2 additions and 2 deletions

View File

@ -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