summaryrefslogtreecommitdiff
path: root/standalone/windows
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-14 14:28:17 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-14 14:28:17 -0400
commitdf7474b1dd000e9303c68d5d9633c82a3513d9b4 (patch)
treeb644d58c1b41b38420045b98dc2b575baabd48fb /standalone/windows
parent47bd6a31b4e204d6a8d32be059feaf68d6d39bfb (diff)
more autobuilder debugging
Diffstat (limited to 'standalone/windows')
-rwxr-xr-xstandalone/windows/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index c6009a227..34058a619 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -11,7 +11,8 @@ set -e
PATH="/c/Program Files (x86)/NSIS:/c/msysgit/cmd:/c/msysgit/bin:$PATH"
-ls -l /c/msysgit || true
+git --version || true
+which git || true
# Run a command with the cygwin environment available.
# However, programs not from cygwin are preferred.