Bash: Fixed Quit option

This commit is contained in:
Yehonal
2017-09-20 00:08:57 +02:00
parent f63cb50568
commit 477321be4d

View File

@@ -269,7 +269,7 @@ do
break break
;; ;;
"Quit") "Quit")
break exit
;; ;;
*) echo invalid option;; *) echo invalid option;;
esac esac