diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-11 11:13:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-11 11:13:04 -0400 |
commit | e40c3a0ea21a118d66c61148d8e7f689f82ea157 (patch) | |
tree | b2a50d53802e87b40499036af58d9b0dcdfa4c95 | |
parent | 6de78b19652f6e4e14c13f33faa9f100d1ae8b7a (diff) |
probing
-rwxr-xr-x | standalone/windows/build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index e6f7b7e9e..56c6fb13c 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -17,6 +17,10 @@ withcyg () { PATH="$PATH:/c/cygwin/bin" "$@" } + +withcyg which ssh || true +withcyg ls /usr/bin/ + # This tells git-annex where to upgrade itself from. UPGRADE_LOCATION=http://downloads.kitenet.net/git-annex/windows/current/git-annex-installer.exe |