summaryrefslogtreecommitdiff
path: root/standalone/windows
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-14 14:35:32 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-14 14:35:32 -0400
commit34abcdb647d665a85a5607b0b4441224aae655df (patch)
tree08a8c6c84ea58bdc014174c2e210fd9fd1622d20 /standalone/windows
parentdf7474b1dd000e9303c68d5d9633c82a3513d9b4 (diff)
yet more autobuilder debugging
Diffstat (limited to 'standalone/windows')
-rwxr-xr-xstandalone/windows/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 34058a619..4368c36c6 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -13,6 +13,7 @@ PATH="/c/Program Files (x86)/NSIS:/c/msysgit/cmd:/c/msysgit/bin:$PATH"
git --version || true
which git || true
+/c/msysgit/cmd/git --version || true
# Run a command with the cygwin environment available.
# However, programs not from cygwin are preferred.