diff --git a/scripts/otto.sh b/scripts/otto.sh index 7cea767..ed4441c 100755 --- a/scripts/otto.sh +++ b/scripts/otto.sh @@ -205,7 +205,8 @@ add_new_module () { echo "1.) Add a C module" echo "2.) Add a C++ module" - read -P "choice:" lanuage_selection + printf "choice:" + read lanuage_selection case $lanuage_selection in 1)