fix "$opt"
@ -42,8 +42,8 @@ option_picked() {
}
clear
show_menu
while [ $opt != '' ]; do
if [ $opt = '' ]; then
while [ "$opt" != "" ]; do
if [ "$opt" = "" ]; then
exit
else
case $opt in
Powered by BW's shoe-string budget.