]> git.sven.stormbind.net Git - sven/scripts.git/commit
change mpass behaviour when no command is given
authorSven Hoexter <sven@stormbind.net>
Thu, 13 Dec 2018 19:00:53 +0000 (20:00 +0100)
committerSven Hoexter <sven@stormbind.net>
Thu, 13 Dec 2018 19:00:53 +0000 (20:00 +0100)
commitd940a26ac0e135acdc72ec1a57fce4b8a6e7cae0
tree1ee028c516ec0bd31193e09946a6ce3eef9626ec
parent8747c72b953e5eadf25677e1d0bb9003bfcdc211
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.
home/mpass.sh