aboutsummaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/windows/build.sh3
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.