diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-06 14:38:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-06 14:38:31 -0400 |
commit | 674ca0bcad5f801b3071ceaa3f9a0029855c888b (patch) | |
tree | b2a1623d7eb46f356c78cde1a1f9901b3753dc35 /standalone | |
parent | 3cac16de17987c964c1d1366d1e3f35cfd705ac1 (diff) |
test
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/windows/build.sh | 2 |
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 |