summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2014-04-17 23:11:12 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2014-04-17 23:11:12 +0200
commitb5c9f7fb6108cb4001c1f7c11fab5b8f5d1849ed (patch)
treedf4255546daf6ffc9087256c5b3c077c8edd09be /src
parent586f6bd1eb32766168645d0582839dbf36e7f205 (diff)
downloadpass-b5c9f7fb6108cb4001c1f7c11fab5b8f5d1849ed.tar.gz
pass-b5c9f7fb6108cb4001c1f7c11fab5b8f5d1849ed.tar.bz2
pass-b5c9f7fb6108cb4001c1f7c11fab5b8f5d1849ed.zip
bash: gpg_id is local
Diffstat (limited to '')
-rwxr-xr-xsrc/password-store.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/password-store.sh b/src/password-store.sh
index 9f280cf..90ab1da 100755
--- 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
/td>Lars Hjemli1-1/+7 2009-07-25ui-plain: Return 'application/octet-stream' for binary files.Remko Tronçon1-1/+4 2009-06-11use cgit_httpscheme() for atom feedDiego Ongaro2-3/+6 2009-06-11add cgit_httpscheme() -> http:// or https://Diego Ongaro2-0/+12 2009-06-07Return http statuscode 404 on unknown branchLars Hjemli3-0/+6 2009-06-07Add head-include configuration option.Mark Lodato3-1/+6 2009-03-15CGIT 0.8.2.1v0.8.2.1Lars Hjemli1-1/+1 2009-03-15Fix doc-related glitches in Makefile and .gitignoreLars Hjemli2-1/+6 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli1-6/+17 2009-03-15fix segfault when displaying empty blobsEric Wong1-5/+8 2009-02-19Add support for HEAD requestsLars Hjemli2-0/+7 2009-02-19Add support for ETag in 'plain' viewLars Hjemli4-0/+5 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli1-4/+9 2009-02-12Makefile: add doc-related targetsLars Hjemli1-2/+17