commit | ea03d768a646ecbc837a31033c3106a7eb207ef6 | [log] [tgz] |
---|---|---|
author | Chen Fangzhou <fangzhou@fydeos.io> | Mon Feb 13 03:10:39 2023 +0000 |
committer | Chen Fangzhou <fangzhou@fydeos.io> | Mon Feb 13 03:10:39 2023 +0000 |
tree | add7e767b6b0b664239f314b5f0f6e06fb9200a0 | |
parent | a9467d8216950a1238f9eba9e67c60144309caff [diff] |
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=$?