Merge branch 'master' of https://github.com/zyv/git-annex
This commit is contained in:
commit
e5b42b22b8
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@ set -x
|
|||
set -e
|
||||
|
||||
# Path to the Haskell Platform.
|
||||
HP="/c/Program Files (x86)/Haskell Platform/2013.2.0.0"
|
||||
#HP="/c/haskell/2014.2.0.0"
|
||||
|
||||
PATH="$HP/bin:$HP/lib/extralibs/bin:/c/Program Files (x86)/NSIS:/c/msysgit/cmd:/c/msysgit/bin:$PATH"
|
||||
PATH="/c/Program Files (x86)/NSIS:/c/msysgit/cmd:$PATH"
|
||||
|
||||
# Run a command with the cygwin environment available.
|
||||
# However, programs not from cygwin are preferred.
|
||||
|
|
Loading…
Reference in a new issue