Skip to content

Commit

Permalink
bootstrap.bat now forwards args to ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkaratarakis committed Jun 8, 2018
1 parent 9750fff commit 91ec5c4
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 91ec5c4

Please sign in to comment.