Merge remote-tracking branch 'github-phpbb/develop-olympus' into develop

* github-phpbb/develop-olympus:
  [ticket/11704] Use the correct directory for dependency checking.
  [ticket/11704] Correctly escape "
This commit is contained in:
Nils Adermann 2013-07-14 13:56:05 -04:00
commit af69349398

View file

@ -170,8 +170,8 @@
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' />
<if> <if>