From cd5a669e05fb3e0030a035dcb169ac4287b8a12c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 14 Apr 2015 14:28:17 -0400 Subject: [PATCH] more autobuilder debugging --- standalone/windows/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index c6009a227a..34058a6193 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.