diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-06 14:41:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-06 14:41:01 -0400 |
commit | 041ba8aab021a15b8704dda80529e87f12e58a30 (patch) | |
tree | 79eb811cf3960d77092b5507a80665bce71c9642 /standalone/windows | |
parent | 674ca0bcad5f801b3071ceaa3f9a0029855c888b (diff) |
test
Diffstat (limited to 'standalone/windows')
-rwxr-xr-x | standalone/windows/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 2b013e1e3..e91d513a5 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -11,6 +11,7 @@ HP="/c/Program Files (x86)/Haskell Platform/2013.2.0.0" PATH="$HP/bin:$HP/lib/extralibs/bin:/c/Program Files (x86)/NSIS:/c/msysgit/cmd:/c/msysgit/bin:$PATH" git --version || echo "git failed to run!" +withcyg git --version || echo "cygwin git failed to run!" # This tells git-annex where to upgrade itself from. UPGRADE_LOCATION=http://downloads.kitenet.net/git-annex/windows/current/git-annex-installer.exe |