From 4be2184e2e7f365e6e935624c7f719bd91beea9e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 6 Dec 2013 14:51:09 -0400 Subject: [PATCH] test --- standalone/windows/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index f673d8ea9f..a9c04fde7e 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