On Sun, Apr 20, 2014 at 7:54 PM, Matthieu Weber <[email protected]> wrote: > > Except that wouldn't work on busybox, since the "args=( )" syntax is not > supported. >
Pass needs bash. Period. Bash supports args=(). > > But instead of shadowing an external command with a shell function (I > thought of it too, but it is definitely dirty), why not define a > "verbose_mkdir()" function (or a "create_directories()" if you prefer) > that does exactly what its name says, and that can in turn be > implemented in two different ways depending on the shell? You mean depending on the available mkdir, not depending on the shell. The situation you're running into here is that busybox's mkdir doesn't support -v. Hence the above suggestion.
_______________________________________________ Password-Store mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/password-store
