From dd0b4a3bc45490a6bdd99b4a97a03fa1152d780a Mon Sep 17 00:00:00 2001 From: LAbyOne <63520775+LAbyOne@users.noreply.github.com> Date: Mon, 10 May 2021 16:50:41 +0200 Subject: [PATCH] Updated buildme menus --- buildme | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buildme b/buildme index 209352735..c763477bb 100644 --- a/buildme +++ b/buildme @@ -419,7 +419,7 @@ echo && echo echo && echo echo && echo echo && echo -echo && echo +echo PS3=' Files will be put on Desktop/ClovUtils: ' @@ -436,7 +436,7 @@ options=( 'Get CloverConfigPlistValidator' 'Get QtiASL' 'Get CsrDecode' 'Get gibMacOS' - 'back to main') + 'back to buildme') select opt in "${options[@]}" do case $opt in @@ -492,7 +492,7 @@ select opt in "${options[@]}" gibMacOS break ;; - "back to main") + "back to buildme") menu break ;; @@ -519,7 +519,7 @@ fi echo -e " 🍀$COL_GREEN Clover r$(git describe --tags $(git rev-list --tags --max-count=1))$COL_WHITE (SHA: $lsha1)"$COL_RESET echo -e "$COL_CYAN TOOLCHAIN: $MYTOOLCHAIN (override example: './buildme XCODE8')" echo -e $COL_GREEN"-----------------------------------------------------------"$COL_RESET -echo + PS3=' Please enter your choice: ' options=( 'build Clover'