Fix bootstrap-vcpkg.bat to work with space in path

This commit is contained in:
Alexander Karatarakis 2017-04-17 12:15:07 -07:00
parent a715caf5fd
commit 2b0f187035

View File

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