aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/build.xml1
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>