Fix windows bin proxy when there are spaces in the path
parent
3639611bc6
commit
b92a19ce4b
|
@ -238,7 +238,7 @@ class LibraryInstaller implements InstallerInterface
|
|||
"cd ".escapeshellarg(dirname($binPath))."\r\n".
|
||||
"set BIN_TARGET=%CD%\\".basename($binPath)."\r\n".
|
||||
"popd\r\n".
|
||||
$caller." %BIN_TARGET% %*\r\n";
|
||||
$caller." \"%BIN_TARGET%\" %*\r\n";
|
||||
}
|
||||
|
||||
private function generateUnixyProxyCode($bin, $link)
|
||||
|
|
Loading…
Reference in New Issue