[ticket/11704] Use the correct directory for dependency checking.

PHPBB3-11704
This commit is contained in:
Andreas Fischer 2013-07-14 19:48:55 +02:00
parent 2a41128e6b
commit da1ee75140

View file

@ -170,7 +170,7 @@
checkreturn="true" /> checkreturn="true" />
<!-- Install composer dependencies, if there are any. --> <!-- Install composer dependencies, if there are any. -->
<exec dir="." <exec dir="${dir}"
command='php -r "\$j = json_decode(file_get_contents(\"composer.json\")); echo isset(\$j->require);"' command='php -r "\$j = json_decode(file_get_contents(\"composer.json\")); echo isset(\$j->require);"'
checkreturn="true" checkreturn="true"
outputProperty='composer-has-dependencies' /> outputProperty='composer-has-dependencies' />