Fix incorrect exit due to uninit status

This commit is contained in:
Ben Peddell 2017-06-28 09:13:34 +10:00 committed by GitHub
parent 311ccc8421
commit 1affcf3576

View File

@ -2974,6 +2974,8 @@ showUsage() {
main(){
# check the configuration and throw errors or warnings if needed
checkConfig
status=0
while true; do
options=( )