try different path to msysgit

This commit is contained in:
Joey Hess 2015-04-14 14:19:27 -04:00
parent f84ccaa4e8
commit 86ef14ecf0

View file

@ -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.