mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-20 16:06:00 -07:00
Fix paths with single quotes in bootstrap. (#36115)
Fixes https://github.com/microsoft/vcpkg/issues/25058
This commit is contained in:
parent
e6a1dc4f53
commit
97c1d748be
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
||||||
@echo off
|
@echo off
|
||||||
powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& '%~dp0scripts\bootstrap.ps1' %*}"
|
powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& \"%~dp0scripts\bootstrap.ps1\" %*}"
|
||||||
|
|
Loading…
Reference in a new issue