1
0
Fork 0

Merge pull request #7871 from petecoop/patch-1

Fix spelling mistake on Cygwin
pull/7920/head
Jordi Boggiano 2019-01-19 19:04:28 +01:00 committed by GitHub
commit 0fca816d8f
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)
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");
fi