forked from mia/Aegisub
Sigh, add two missing commas.
Originally committed to SVN as r3551.
This commit is contained in:
parent
90da141dd4
commit
fd645ebec4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue