Read composer bin-dir from global context.

master
Icedream 2018-06-18 13:42:57 +02:00
parent 86e656ab20
commit e764a40758
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ section_end
# composer # composer
section "composer" section "composer"
if [ $PROFILE_COMPOSER -gt 0 ]; then if [ $PROFILE_COMPOSER -gt 0 ]; then
PATH="$PATH:$(composer config --absolute bin-dir)" PATH="$PATH:$(composer config --global --absolute bin-dir)"
export PATH export PATH
fi fi
section_end section_end