From ac215048d862b59909d582c1637a32abca38390d Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 8 Sep 2019 21:04:43 +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 7c55816..c8388ca 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 else; break; export BASE="linux"; break; fi ;; + 2) if ask_for_sub; then choose_sub; export BASE="linux-${SUBBASE}"; else; break; export BASE="linux"; break; fi ;; 2) export BASE="elf"; break ;; *) echo "ONLY USE \"1\", \"2\" or \"3\"!"; sleep 2 ;; esac