Fix exported path with space in binary installer proxy (#10836)
parent
ba2ce37cd9
commit
03fbcdbf07
|
@ -437,7 +437,7 @@ if [ -d /proc/cygdrive ]; then
|
||||||
esac
|
esac
|
||||||
fi
|
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
|
# If bash is sourcing this file, we have to source the target as well
|
||||||
bashSource="\$BASH_SOURCE"
|
bashSource="\$BASH_SOURCE"
|
||||||
|
|
Loading…
Reference in New Issue