skip ensure_bootstrap
diff --git a/ensure_bootstrap b/ensure_bootstrap
index 37938e7..915519e 100755
--- a/ensure_bootstrap
+++ b/ensure_bootstrap
@@ -16,6 +16,7 @@
 
 # Test if this script is running under a MinGW install.  If it is, we will
 # hardcode the paths to Git where possible.
+exit 0
 OUTPUT="$(uname | grep 'MINGW')"
 MINGW=$?