mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
Fix paths with single quotes in bootstrap. (#36115)
Fixes https://github.com/microsoft/vcpkg/issues/25058
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
@echo off
|
||||
powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& '%~dp0scripts\bootstrap.ps1' %*}"
|
||||
powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& \"%~dp0scripts\bootstrap.ps1\" %*}"
|
||||
|
||||
Reference in New Issue
Block a user