diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-21 13:59:04 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-21 14:08:04 -0400 |
commit | 7b5268df964caa6d2884ef7f6c52103cdb960d42 (patch) | |
tree | 696535ddcefd9c6f9cee3ef20f8a72328f76d249 /standalone | |
parent | e9fec532a930ecc9d8c0ef818eb70e1903117bcd (diff) |
add msysgit to PATH, before cyg git
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/windows/build-simple.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build-simple.sh b/standalone/windows/build-simple.sh index ea1b2660a..bb63b4fa2 100755 --- a/standalone/windows/build-simple.sh +++ b/standalone/windows/build-simple.sh @@ -7,7 +7,7 @@ set -x # Path to the Haskell Platform. (As mingw sh sees it) HP="/c/Program Files/Haskell Platform/2014.2.0.0" -PATH="$HP/bin:$HP/mingw/bin:$HP/lib/extralibs/bin:/c/Program Files/NSIS:$PATH" +PATH="$HP/bin:$HP/mingw/bin:$HP/lib/extralibs/bin:/c/Program Files/Git/cmd:/c/Program Files/NSIS:$PATH" # Run a command with the cygwin environment available. # However, programs not from cygwin are preferred. |