From ae9a534c7f1cfa3623bc6b58663908f16926ad9e Mon Sep 17 00:00:00 2001 From: jake-g00dwin Date: Mon, 20 Jul 2026 12:08:39 -0700 Subject: [PATCH] Updated to use only standard read functionality --- scripts/otto.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)