]> git.sven.stormbind.net Git - sven/scripts.git/commitdiff
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)
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.


No differences found