|
@@ -173,7 +173,7 @@ class BinaryInstaller
|
|
|
|
|
|
return "@ECHO OFF\r\n".
|
|
|
"setlocal DISABLEDELAYEDEXPANSION\r\n".
|
|
|
- "SET BIN_TARGET=%~dp0/".trim(ProcessExecutor::escape($binPath), '"')."\r\n".
|
|
|
+ "SET BIN_TARGET=%~dp0/".trim(ProcessExecutor::escape($binPath), '"\'')."\r\n".
|
|
|
"{$caller} \"%BIN_TARGET%\" %*\r\n";
|
|
|
}
|
|
|
|