Fix paths with single quotes in bootstrap. (#36115)

Fixes https://github.com/microsoft/vcpkg/issues/25058
This commit is contained in:
Billy O'Neal 2024-01-11 15:42:29 -08:00 committed by GitHub
parent e6a1dc4f53
commit 97c1d748be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,2 @@
@echo off
powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& '%~dp0scripts\bootstrap.ps1' %*}"
powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& \"%~dp0scripts\bootstrap.ps1\" %*}"