mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11704] Use the correct directory for dependency checking.
PHPBB3-11704
This commit is contained in:
parent
2a41128e6b
commit
da1ee75140
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@
|
|||
checkreturn="true" />
|
||||
|
||||
<!-- 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);"'
|
||||
checkreturn="true"
|
||||
outputProperty='composer-has-dependencies' />
|
||||
|
|
Loading…
Add table
Reference in a new issue