summaryrefslogtreecommitdiff
path: root/src/share/common
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-11-11 17:29:27 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-11-13 18:33:20 -0500
commit658b20d919d3498111efd5a6e901d3ab19d8e669 (patch)
treea6f2bee00ab040eb96ea96e4fbe0ca587e2647e4 /src/share/common
parent95cbf27b5854ed33c09e5497d5844025713b21bb (diff)
universalize and consolidate on --fixed-list-mode
Diffstat (limited to 'src/share/common')
-rw-r--r--src/share/common2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/common b/src/share/common
index b9a20ef..baf4270 100644
--- a/src/share/common
+++ b/src/share/common
@@ -654,7 +654,7 @@ process_user_id() {
gpg_fetch_userid "$userID"
# output gpg info for (exact) userid and store
- gpgOut=$(gpg --list-key --fixed-list-mode --with-colon \
+ gpgOut=$(gpg --list-key --fixed-list-mode --with-colons \
--with-fingerprint --with-fingerprint \
="$userID" 2>/dev/null) || returnCode="$?"