From 6b956c86785b75e0442e69d354fdc44d33da5564 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 21 Apr 2015 14:11:06 -0400 Subject: [PATCH] let build.bat also be run from cygwin terminal --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index 268a02835a..c2ccfac5fb 100644 --- a/build.bat +++ b/build.bat @@ -1 +1 @@ -SH.EXE standalone/windows/build-simple.sh +sh standalone/windows/build-simple.sh