summaryrefslogtreecommitdiff
path: root/standalone/windows
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-11 11:13:04 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-11 11:13:04 -0400
commite40c3a0ea21a118d66c61148d8e7f689f82ea157 (patch)
treeb2a50d53802e87b40499036af58d9b0dcdfa4c95 /standalone/windows
parent6de78b19652f6e4e14c13f33faa9f100d1ae8b7a (diff)
probing
Diffstat (limited to 'standalone/windows')
-rwxr-xr-xstandalone/windows/build.sh4
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