1
0
Fork 0

Fix spelling mistake on Cygwin

pull/7871/head
Pete Cooper 2019-01-03 17:05:46 +00:00 committed by GitHub
parent 154ae6fae2
commit ea48bad401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ class BinaryInstaller
dir=\$(cd "\${0%[/\\\\]*}" > /dev/null; cd $binDir && pwd) dir=\$(cd "\${0%[/\\\\]*}" > /dev/null; cd $binDir && pwd)
if [ -d /proc/cygdrive ] && [[ \$(which php) == \$(readlink -n /proc/cygdrive)/* ]]; then if [ -d /proc/cygdrive ] && [[ \$(which php) == \$(readlink -n /proc/cygdrive)/* ]]; then
# We are in Cgywin using Windows php, so the path must be translated # We are in Cygwin using Windows php, so the path must be translated
dir=\$(cygpath -m "\$dir"); dir=\$(cygpath -m "\$dir");
fi fi