From 91ec5c430131b3364a8cd076e02570e2e99dfb71 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Fri, 8 Jun 2018 16:26:57 -0700 Subject: [PATCH] bootstrap.bat now forwards args to ps1 --- bootstrap-vcpkg.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-vcpkg.bat b/bootstrap-vcpkg.bat index c74f275241..1f9baa3d0b 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' %*}"