1
0
Fork 0

Merge remote-tracking branch 'Rarst/fix-winproxy-quotes'

pull/2175/head
Jordi Boggiano 2013-08-12 02:10:14 +02:00
commit 02828a81d2
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ class LibraryInstaller implements InstallerInterface
}
return "@ECHO OFF\r\n".
"SET BIN_TARGET=%~dp0\\".escapeshellarg(dirname($binPath)).'\\'.basename($binPath)."\r\n".
"SET BIN_TARGET=%~dp0/".trim(escapeshellarg($binPath), '"')."\r\n".
"{$caller} \"%BIN_TARGET%\" %*\r\n";
}