Hi, I already had sent this patch about half a year ago, but never got feedback on it. As it has been in use for half a year on my system, I would say it is stable.
On the removal of "exec" in the main password-store.sh script: exec can't call functions and what I'm doing is replace $GPG with a function. What I did was going back to the "|| exit 1" you were using before exec and changed it to "|| exit $?" to be more compatible with scripts relying on the exit status Regards, Lenz _______________________________________________ Password-Store mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/password-store
