From eebd62d2bc983111f9289f4dec8cebb6ad769627 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 14 Apr 2015 14:35:32 -0400 Subject: [PATCH] yet more autobuilder debugging --- standalone/windows/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 34058a6193..4368c36c62 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.