From 2c376f9aba43855807d81cd633a3ddae1650dda4 Mon Sep 17 00:00:00 2001 From: KAiZ <24286590+KaizIqbal@users.noreply.github.com> Date: Mon, 11 Nov 2019 20:15:28 +0530 Subject: [PATCH] Bibata_Classic build script added --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 42fc402d..730fab0f 100755 --- a/build.sh +++ b/build.sh @@ -181,7 +181,7 @@ fi #choice for build cursor selection "Cursor to build (Default is 'ALL')?" -cursors=("Bibata_Oil" "Bibata_Ice" "Bibata_Amber" "test" "ALL" exit ) +cursors=("Bibata_Classic" "Bibata_Oil" "Bibata_Ice" "Bibata_Amber" "test" "ALL" exit ) cursor=$(selectWithDefault "${cursors[@]}") # Process the selected item. @@ -191,6 +191,7 @@ case $cursor in # build "Bibata Oil"; # build "Bibata Ice"; # build "Bibata Amber" ; ;; + ('Bibata_Classic') build "$cursor"; ;; ('Bibata_Oil') build "$cursor"; ;; ('Bibata_Ice') build "$cursor"; ;; ('Bibata_Amber') build "$cursor"; ;;