try different path to msysgit
This commit is contained in:
parent
f84ccaa4e8
commit
86ef14ecf0
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue