aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-04-17 12:15:07 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-04-17 12:15:07 -0700
commit2b0f1870357c9ecdcc84fdf9333890fdd4e5c672 (patch)
treec0aecd9bf8830425266495e2ec9d5ba13798dd6b
parenta715caf5fd89e182458408db07262746e53591d3 (diff)
downloadvcpkg-2b0f1870357c9ecdcc84fdf9333890fdd4e5c672.tar.gz
vcpkg-2b0f1870357c9ecdcc84fdf9333890fdd4e5c672.zip
Fix bootstrap-vcpkg.bat to work with space in path
-rw-r--r--bootstrap-vcpkg.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-vcpkg.bat b/bootstrap-vcpkg.bat
index a448e1aab..c74f27524 100644
--- a/bootstrap-vcpkg.bat
+++ b/bootstrap-vcpkg.bat
@@ -1,2 +1,2 @@
@echo off
-powershell.exe -NoProfile -ExecutionPolicy Bypass "%~dp0scripts\bootstrap.ps1"
+powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& '%~dp0scripts\bootstrap.ps1'}"