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

View file

@ -610,7 +610,7 @@ fwww_dox.addStep(shell.ShellCommand(
command=[ command=[
"sh", "sh",
"-x", "-x",
"tinderbox/www/doxygen.sh" "tinderbox/www/doxygen.sh",
"aegisub" "aegisub"
], ],
haltOnFailure=True haltOnFailure=True
@ -626,7 +626,7 @@ fwww_dox.addStep(shell.ShellCommand(
command=[ command=[
"sh", "sh",
"-x", "-x",
"tinderbox/www/doxygen.sh" "tinderbox/www/doxygen.sh",
"reporter" "reporter"
], ],
haltOnFailure=True haltOnFailure=True