diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-07-14 19:48:55 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-07-14 19:48:55 +0200 |
commit | da1ee75140608220b13908c74f5157033689db8c (patch) | |
tree | 2b528d2b421be26c2f6f5784f9ae1d1756091540 /build/build.xml | |
parent | 2a41128e6be929bf6bc3135ba738e1889a0640a9 (diff) | |
download | forums-da1ee75140608220b13908c74f5157033689db8c.tar forums-da1ee75140608220b13908c74f5157033689db8c.tar.gz forums-da1ee75140608220b13908c74f5157033689db8c.tar.bz2 forums-da1ee75140608220b13908c74f5157033689db8c.tar.xz forums-da1ee75140608220b13908c74f5157033689db8c.zip |
[ticket/11704] Use the correct directory for dependency checking.
PHPBB3-11704
Diffstat (limited to 'build/build.xml')
-rw-r--r-- | build/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml index cee8160eff..bb88bd3cfa 100644 --- a/build/build.xml +++ b/build/build.xml @@ -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' /> |