diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-06 14:51:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-06 14:51:09 -0400 |
commit | 81c767fbb0d262c1f31286098cbcdd263f06462e (patch) | |
tree | aeec7e0b7ad64d796b4ab8a5501fafbc703d2cb2 /standalone/windows | |
parent | 3eb54b888fe02a4eb8ef86fe4931c188ba817f9d (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 f673d8ea9..a9c04fde7 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -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 |