diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-06-08 16:26:57 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-06-08 16:26:57 -0700 |
| commit | 91ec5c430131b3364a8cd076e02570e2e99dfb71 (patch) | |
| tree | f7579e6990919231dd2bfafd76d32ef850636199 /bootstrap-vcpkg.bat | |
| parent | 9750fff02717a4e71a4765bdf10835d4d8706fdf (diff) | |
| download | vcpkg-91ec5c430131b3364a8cd076e02570e2e99dfb71.tar.gz vcpkg-91ec5c430131b3364a8cd076e02570e2e99dfb71.zip | |
bootstrap.bat now forwards args to ps1
Diffstat (limited to 'bootstrap-vcpkg.bat')
| -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 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' %*}" |
