commit | a1210d57efb442674f845868c734daa58c719c91 | [log] [tgz] |
---|---|---|
author | Chen Fangzhou <fangzhou@fydeos.io> | Fri Apr 08 11:04:35 2022 +0000 |
committer | Chen Fangzhou <fangzhou@fydeos.io> | Tue Nov 15 07:38:36 2022 +0000 |
tree | 1ee75d93b34402a3b481ed3425cf70ea3d053eae | |
parent | 62396c5a83595ec985578fe3e163fde931062615 [diff] |
skip ensure_bootstrap
diff --git a/ensure_bootstrap b/ensure_bootstrap index bb11cd0..f068fc6 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=$?