diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-14 14:35:32 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-14 14:35:32 -0400 |
commit | 34abcdb647d665a85a5607b0b4441224aae655df (patch) | |
tree | 08a8c6c84ea58bdc014174c2e210fd9fd1622d20 | |
parent | df7474b1dd000e9303c68d5d9633c82a3513d9b4 (diff) |
yet more autobuilder debugging
-rwxr-xr-x | standalone/windows/build.sh | 1 |
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. |