try to fix msysgit path
This commit is contained in:
parent
3b3276988c
commit
1b1ea33dc9
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ set -e
|
|||
# Path to the Haskell Platform.
|
||||
HP="/c/Program Files (x86)/Haskell Platform/2013.2.0.0"
|
||||
|
||||
PATH="$HP/bin:$HP/lib/extralibs/bin:/c/Program Files (x86)/NSIS:$PATH"
|
||||
PATH="$HP/bin:$HP/lib/extralibs/bin:/c/Program Files (x86)/NSIS:/c/msysgit/cmd:/c/msysgit/bin:$PATH"
|
||||
|
||||
# This tells git-annex where to upgrade itself from.
|
||||
UPGRADE_LOCATION=http://downloads.kitenet.net/git-annex/windows/current/git-annex-installer.exe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue