diff options
Diffstat (limited to 'build/build.xml')
-rw-r--r-- | build/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml index 25bed7de0c..9576407296 100644 --- a/build/build.xml +++ b/build/build.xml @@ -50,6 +50,7 @@ <target name="composer"> <exec dir="phpBB" command="php ../composer.phar install --dev" + checkreturn="true" passthru="true" /> </target> |