From 4f1dc0622f1cf21112923cc0a92da5213e37c65a Mon Sep 17 00:00:00 2001 From: Alexei Pastuchov Date: Tue, 25 Jul 2017 15:32:35 +0200 Subject: [PATCH] SC2181 fixing --- bootstrap.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 53d599b80..817b674ff 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -836,8 +836,9 @@ make_universe () make_for_clang_analyzer use_banner 'mingw' - check_mingw - if [ $? -eq 0 ]; then + + if ! check_mingw + then make_for_mingw fi