mirror of https://github.com/odrling/Aegisub
Sigh, add two missing commas.
Originally committed to SVN as r3551.
This commit is contained in:
parent
90da141dd4
commit
fd645ebec4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue