diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-06 14:43:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-06 14:43:28 -0400 |
commit | 65f29ad49a496ff767f8306a86cbc36575d49b36 (patch) | |
tree | 18e5418242cf2e1d57f4e898fb99b0e3e695c553 | |
parent | f15208c022f86f3abadd57278538876639026466 (diff) |
test
-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 cdb3f7227..f673d8ea9 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -19,6 +19,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!" # This tells git-annex where to upgrade itself from. UPGRADE_LOCATION=http://downloads.kitenet.net/git-annex/windows/current/git-annex-installer.exe |