Update danio_gcc.sh

This commit is contained in:
Daniel
2019-09-08 21:04:43 +02:00
committed by GitHub
parent 6acedc2b15
commit ac215048d8
+1 -1
View File
@@ -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