aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-07-14 19:48:41 +0200
committerAndreas Fischer <bantu@phpbb.com>2013-07-14 19:48:41 +0200
commit2a41128e6be929bf6bc3135ba738e1889a0640a9 (patch)
treebb6d1807bfe9b0ae318c52be161196269283107c /build
parentb0905cc1d20e0e30d4decabc5bb82a68aa34baa1 (diff)
downloadforums-2a41128e6be929bf6bc3135ba738e1889a0640a9.tar
forums-2a41128e6be929bf6bc3135ba738e1889a0640a9.tar.gz
forums-2a41128e6be929bf6bc3135ba738e1889a0640a9.tar.bz2
forums-2a41128e6be929bf6bc3135ba738e1889a0640a9.tar.xz
forums-2a41128e6be929bf6bc3135ba738e1889a0640a9.zip
[ticket/11704] Correctly escape "
PHPBB3-11704
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 a418f40b53..cee8160eff 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -171,7 +171,7 @@
<!-- Install composer dependencies, if there are any. -->
<exec 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"
outputProperty='composer-has-dependencies' />
<if>