summaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-06 14:38:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-06 14:38:31 -0400
commit674ca0bcad5f801b3071ceaa3f9a0029855c888b (patch)
treeb2a1623d7eb46f356c78cde1a1f9901b3753dc35 /standalone
parent3cac16de17987c964c1d1366d1e3f35cfd705ac1 (diff)
test
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/windows/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 6c8fcc068..2b013e1e3 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -10,7 +10,7 @@ set -e
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 || true
+git --version || echo "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