mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
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=[
|
||||
"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…
x
Reference in New Issue
Block a user