mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/11704] Correctly escape "
PHPBB3-11704
This commit is contained in:
parent
b0905cc1d2
commit
2a41128e6b
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@
|
||||||
|
|
||||||
<!-- Install composer dependencies, if there are any. -->
|
<!-- Install composer dependencies, if there are any. -->
|
||||||
<exec dir="."
|
<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"
|
checkreturn="true"
|
||||||
outputProperty='composer-has-dependencies' />
|
outputProperty='composer-has-dependencies' />
|
||||||
<if>
|
<if>
|
||||||
|
|
Loading…
Add table
Reference in a new issue