diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-14 14:28:17 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-14 14:28:17 -0400 |
commit | df7474b1dd000e9303c68d5d9633c82a3513d9b4 (patch) | |
tree | b644d58c1b41b38420045b98dc2b575baabd48fb /standalone | |
parent | 47bd6a31b4e204d6a8d32be059feaf68d6d39bfb (diff) |
more autobuilder debugging
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/windows/build.sh | 3 |
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. |