From afdb0e977ebcde32fc53de034517dc58c9e21450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 17 Aug 2018 12:52:37 +0200 Subject: [PATCH] Actually call bundle.sh from bundle.bat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …instead of bundle-linux.sh that no longer exists --- bundle/bundle.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/bundle.bat b/bundle/bundle.bat index 7420065..0667a74 100644 --- a/bundle/bundle.bat +++ b/bundle/bundle.bat @@ -15,4 +15,4 @@ rem cd %HOMEPATH% call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" %ARCH% echo Use full exe names when running under bash, e.g. "msbuild.exe" echo Loading bash, you may now use git and msbuild in the same console \o/. -"C:\Program Files\Git\bin\sh.exe" bundle-linux.sh +"C:\Program Files\Git\bin\sh.exe" bundle.sh