From 2c66288de33b81e4759a6689584b03c530cef161 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 8 Sep 2019 21:08:24 +0200 Subject: [PATCH] Update danio_gcc.sh --- danio_gcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/danio_gcc.sh b/danio_gcc.sh index 6e522e4..bf6eaf8 100755 --- a/danio_gcc.sh +++ b/danio_gcc.sh @@ -253,7 +253,7 @@ else read BASE case ${BASE} in 1) export BASE="eabi"; break ;; - 2) if ask_for_sub; then choose_sub; export BASE="linux-${SUBBASE}"; else break; export BASE="linux"; break; fi ;; + 2) if ask_for_sub; then choose_sub; export BASE="linux-${SUBBASE}"; break; else export BASE="linux"; break; fi ;; 2) export BASE="elf"; break ;; *) echo "ONLY USE \"1\", \"2\" or \"3\"!"; sleep 2 ;; esac