1
0
Fork 0

Fix exported path with space in binary installer proxy (#10836)

pull/10897/head
Chris Reed 2022-06-10 15:56:11 -04:00 committed by GitHub
parent ba2ce37cd9
commit 03fbcdbf07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ if [ -d /proc/cygdrive ]; then
esac
fi
export COMPOSER_RUNTIME_BIN_DIR=\$(cd "\${self%[/\\\\]*}" > /dev/null; pwd)
export COMPOSER_RUNTIME_BIN_DIR="\$(cd "\${self%[/\\\\]*}" > /dev/null; pwd)"
# If bash is sourcing this file, we have to source the target as well
bashSource="\$BASH_SOURCE"