aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-12-29 03:51:41 +0100
committerAndreas Fischer <bantu@phpbb.com>2012-12-29 03:51:41 +0100
commit357feeac2ee53570f530c4e53a4ae65bdf934115 (patch)
treec50e04700cfa912abd9c8537cb041e7f9df598a3 /build
parente775e7fc91817cb353251d2406dea810565ffb18 (diff)
downloadforums-357feeac2ee53570f530c4e53a4ae65bdf934115.tar
forums-357feeac2ee53570f530c4e53a4ae65bdf934115.tar.gz
forums-357feeac2ee53570f530c4e53a4ae65bdf934115.tar.bz2
forums-357feeac2ee53570f530c4e53a4ae65bdf934115.tar.xz
forums-357feeac2ee53570f530c4e53a4ae65bdf934115.zip
[ticket/11291] phing: Adjust directory format of composer exec.
Adjust the directory format to what all the other exec calls are using. PHPBB3-11291
Diffstat (limited to 'build')
-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>