[pass] Pass on Maemo

Jason A. Donenfeld Jason at zx2c4.com
Sat Apr 19 23:56:14 CEST 2014


I'm not going make mkdir into a $MKDIR, most likely, but I would consider a
platform file with something like this in it:

mkdir() { local args=( ); for i in "$@"; do [[ $i != "-v" && $i !=
"--verbose" ]] && args+=( "$i" ); done; "$(which mkdir)" "$args"; return
$?; }

This would filter the -v.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.zx2c4.com/pipermail/password-store/attachments/20140419/1ce697a2/attachment.html>


More information about the Password-Store mailing list