aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-vcpkg.bat
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-06-08 16:26:57 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2018-06-08 16:26:57 -0700
commit91ec5c430131b3364a8cd076e02570e2e99dfb71 (patch)
treef7579e6990919231dd2bfafd76d32ef850636199 /bootstrap-vcpkg.bat
parent9750fff02717a4e71a4765bdf10835d4d8706fdf (diff)
downloadvcpkg-91ec5c430131b3364a8cd076e02570e2e99dfb71.tar.gz
vcpkg-91ec5c430131b3364a8cd076e02570e2e99dfb71.zip
bootstrap.bat now forwards args to ps1
Diffstat (limited to 'bootstrap-vcpkg.bat')
-rw-r--r--bootstrap-vcpkg.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-vcpkg.bat b/bootstrap-vcpkg.bat
index c74f27524..1f9baa3d0 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' %*}"