On 12/05/15 14:48, David Adam wrote: > Don't do that then; just use > PASSWORD_STORE_GPG_OPTS="--no-default-keyring > --keyring=/etc/pki/gpg/the-separate-keyring.gpg" > > It works well in my testing.
David, you are right. Of course it works that way, because there are no quotes around $PASSWORD_STORE_GPG_OPTS in src/password-store.sh line 9. Jason's solution is very nice, useful and generic, after all. (I had actually tried to do the same but I had the quotes there, i.e. GPG_OPTS=( "$PASSWORD_STORE_GPG_OPTS" "--quiet" ... ). When I saw Jason's suggestion I foolishly thought it can't work either.) Thank you. Ville -- Ville Mattila, CSC
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Password-Store mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/password-store
