Fix bug in handling of special chars in proxy .bat files for binaries, fixes #4990
parent
76450cc2a1
commit
9d95456bb0
|
@ -333,6 +333,7 @@ class LibraryInstaller implements InstallerInterface
|
|||
}
|
||||
|
||||
return "@ECHO OFF\r\n".
|
||||
"setlocal DISABLEDELAYEDEXPANSION\r\n".
|
||||
"SET BIN_TARGET=%~dp0/".trim(ProcessExecutor::escape($binPath), '"')."\r\n".
|
||||
"{$caller} \"%BIN_TARGET%\" %*\r\n";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue