Updated to use only standard read functionality
This commit is contained in:
parent
5cf0e7d58a
commit
ae9a534c7f
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue