Fixed a bug that would return an error code with use of the -t flag.
This commit is contained in:
parent
3cd97dc044
commit
3edc93eb0b
@ -352,6 +352,7 @@ while getopts "${args}" i ; do
|
||||
t)
|
||||
dialog --backtitle "Linux Game Manager" \
|
||||
--infobox "There are currently ${#gameList[@]} games available." -1 -1
|
||||
exit 0
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user