From 745c2c4cbf466b6ea6419ecd7e7586970195274e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 14 Apr 2015 14:19:27 -0400 Subject: try different path to msysgit --- standalone/windows/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'standalone/windows/build.sh') diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 09161c569..c6009a227 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -9,7 +9,9 @@ set -e # Path to the Haskell Platform. #HP="/c/haskell/2014.2.0.0" # now in the default PATH -PATH="/c/Program Files (x86)/NSIS:/c/msysgit/cmd:$PATH" +PATH="/c/Program Files (x86)/NSIS:/c/msysgit/cmd:/c/msysgit/bin:$PATH" + +ls -l /c/msysgit || true # Run a command with the cygwin environment available. # However, programs not from cygwin are preferred. -- cgit v1.2.3