aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml
index 56179bbbe2..8807f77379 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -49,7 +49,7 @@
loaded because testing framework may depend on them.
-->
<target name="composer">
- <exec dir="./phpBB/"
+ <exec dir="phpBB"
command="php ../composer.phar install --dev"
passthru="true" />
</target>