diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-17 12:15:07 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-17 12:15:07 -0700 |
| commit | 2b0f1870357c9ecdcc84fdf9333890fdd4e5c672 (patch) | |
| tree | c0aecd9bf8830425266495e2ec9d5ba13798dd6b | |
| parent | a715caf5fd89e182458408db07262746e53591d3 (diff) | |
| download | vcpkg-2b0f1870357c9ecdcc84fdf9333890fdd4e5c672.tar.gz vcpkg-2b0f1870357c9ecdcc84fdf9333890fdd4e5c672.zip | |
Fix bootstrap-vcpkg.bat to work with space in path
| -rw-r--r-- | bootstrap-vcpkg.bat | 2 |
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'}" |
