Skip to content

Commit

Permalink
Fix bootstrap-vcpkg.bat to work with space in path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkaratarakis committed Apr 17, 2017
1 parent a715caf commit 2b0f187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-vcpkg.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
powershell.exe -NoProfile -ExecutionPolicy Bypass "%~dp0scripts\bootstrap.ps1"
powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& '%~dp0scripts\bootstrap.ps1'}"

0 comments on commit 2b0f187

Please sign in to comment.