1
0
Fork 0

Fix unixy proxy under git-bash

pull/140/head
Jordi Boggiano 2011-12-03 21:54:54 +01:00
parent f0d8626993
commit 3be6511af7
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ class LibraryInstaller implements InstallerInterface
return "#!/usr/bin/env sh\n".
'SRC_DIR=`pwd`'."\n".
'cd `dirname \\`readlink -m "$0"\\``'."\n".
'cd `dirname "$0"`'."\n".
'cd '.escapeshellarg(dirname($binPath))."\n".
'BIN_TARGET=`pwd`/'.basename($binPath)."\n".
'cd $SRC_DIR'."\n".