diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-06 14:53:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-06 14:53:56 -0400 |
commit | 31776b7c85db84a5f22fc374a178e94458785441 (patch) | |
tree | c472c44a138397afc3aa39d07c3f191d9cdf30c7 /standalone/windows | |
parent | 81c767fbb0d262c1f31286098cbcdd263f06462e (diff) |
yay Yury fixed it!
Diffstat (limited to 'standalone/windows')
-rwxr-xr-x | standalone/windows/build.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index a9c04fde7..92dfe71dc 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -17,11 +17,6 @@ withcyg () { PATH="$PATH:c:/cygwin/bin" "$@" } -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 |