diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 18:14:13 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 18:14:13 -0500 |
commit | 6c048ca2dc8ca4ae7708ce8ee5c578ab4ed73c8b (patch) | |
tree | 9011cae7688dc9c0656cd81b953037b76d257908 /src/share/common | |
parent | e2614bf8edffed6f83a646db9514ebb00cfe4faf (diff) |
Modify/cleanup add_certifier and add_revoker, so that their code base
is more similar, and so that they can read keys from stdin instead of
just from a file. Also fix the permissions on the tempdir in
publish_key.
Diffstat (limited to 'src/share/common')
-rw-r--r-- | src/share/common | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/share/common b/src/share/common index bfe73a3..745a861 100644 --- a/src/share/common +++ b/src/share/common @@ -1153,7 +1153,6 @@ process_authorized_user_ids() { # takes a gpg key or keys on stdin, and outputs a list of # fingerprints, one per line: list_primary_fingerprints() { - local file="$1" local fake=$(msmktempdir) GNUPGHOME="$fake" gpg --no-tty --quiet --import GNUPGHOME="$fake" gpg --with-colons --fingerprint --list-keys | \ |