From: Sven Hoexter Date: Thu, 13 Dec 2018 19:00:53 +0000 (+0100) Subject: change mpass behaviour when no command is given X-Git-Url: http://git.sven.stormbind.net/?a=commitdiff_plain;h=d940a26ac0e135acdc72ec1a57fce4b8a6e7cae0;hp=d940a26ac0e135acdc72ec1a57fce4b8a6e7cae0;p=sven%2Fscripts.git change mpass behaviour when no command is given In case no command is given we initialize() anyway, so we can just act on the default[] repository. We just have to ensure that our "$command" is always set, thus we can not just use $1 in the main command parsing case conditional. ---