mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-03 18:32:44 +00:00
Enclose path in quotes
This commit is contained in:
parent
2054f964fd
commit
6e094c0891
@ -44,7 +44,7 @@ namespace vcpkg::Environment
|
||||
{
|
||||
const fs::path script = paths.scripts / "fetchDependency.ps1";
|
||||
// TODO: switch out ExecutionPolicy Bypass with "Remove Mark Of The Web" code and restore RemoteSigned
|
||||
return Strings::wformat(L"powershell -ExecutionPolicy Bypass %s -Dependency %s", script.native(), tool_name);
|
||||
return Strings::wformat(LR"(powershell -ExecutionPolicy Bypass "%s" -Dependency %s)", script.native(), tool_name);
|
||||
}
|
||||
|
||||
void ensure_git_on_path(const vcpkg_paths& paths)
|
||||
|
Loading…
x
Reference in New Issue
Block a user