From dfc27eb741b0feace3d40d20b45ffe155a82e1db Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sat, 8 Sep 2018 09:49:08 +0200 Subject: [PATCH] Small bugfix. If EXPERT is not set to yes we got error when we choose a board with DEV only target. By accepting this developers warning we have to get full expert status anyway. --- lib/main.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/main.sh b/lib/main.sh index 4b46b702d..78a887e18 100644 --- a/lib/main.sh +++ b/lib/main.sh @@ -142,10 +142,12 @@ if [[ -z $BOARD ]]; then STATE_DESCRIPTION=' - \Z1(CSC)\Zn - Community Supported Configuration\n - \Z1(WIP)\Zn - Work In Progress\n - \Z1(EOS)\Zn - End Of Support' WIP_STATE=unsupported WIP_BUTTON='supported' + EXPERT=yes else STATE_DESCRIPTION=' - Officially supported boards' WIP_STATE=supported WIP_BUTTON='CSC/WIP/EOS' + EXPERT=no fi continue elif [[ $STATUS == 0 ]]; then