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.