This commit is contained in:
Joey Hess 2013-12-06 14:51:09 -04:00
parent dea7dedaf8
commit 4be2184e2e

View file

@ -20,6 +20,7 @@ withcyg () {
git --version || echo "git failed to run!"
withcyg git --version || echo "cygwin git failed to run!"
c:/cygwin/bin/git --version || echo "explicit cygwin git failed to run!"
c:/MinGw/msys/1.0/bin/bash.exe -c "echo hi"
# This tells git-annex where to upgrade itself from.
UPGRADE_LOCATION=http://downloads.kitenet.net/git-annex/windows/current/git-annex-installer.exe