add msysgit to PATH, before cyg git
This commit is contained in:
parent
552ed5433f
commit
140cb56b2e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue