don't exit on unknown games, instead continue with the next one (auto-stop on last or after only one specified)

This commit is contained in:
Christopher Roy Bratusek 2016-08-06 21:43:45 +02:00
parent 5a78f0e44d
commit 824f75d912

View File

@ -232,7 +232,7 @@ for game in ${GAME[@]}; do
* )
echo -e "specified Game ${game} not recognized"
exit 9
continue
;;
esac