password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit b5c9f7fb6108cb4001c1f7c11fab5b8f5d1849ed
parent 586f6bd1eb32766168645d0582839dbf36e7f205
Author: Jason A. Donenfeld <Jason@zx2c4.com>
Date:   Thu, 17 Apr 2014 23:11:12 +0200

bash: gpg_id is local

Diffstat:
Msrc/password-store.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/password-store.sh b/src/password-store.sh @@ -41,6 +41,7 @@ yesno() { } set_gpg_recipients() { GPG_RECIPIENT_ARGS=( ) + local gpg_id if [[ -n $PASSWORD_STORE_KEY ]]; then for gpg_id in $PASSWORD_STORE_KEY; do