[ticket/11291] phing: Adjust directory format of composer exec.

Adjust the directory format to what all the other exec calls are using.

PHPBB3-11291
This commit is contained in:
Andreas Fischer 2012-12-29 03:51:41 +01:00
parent e775e7fc91
commit 357feeac2e

View file

@ -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>