From: Jameson Graef Rollins Date: Sat, 21 Feb 2009 22:30:54 +0000 (-0500) Subject: make show-key so that it works even if there are no revokers. X-Git-Tag: monkeysphere_0.23~1 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=fa47d0b373ae70733c50420821cf2ef8e1ad7466;p=monkeysphere.git make show-key so that it works even if there are no revokers. --- diff --git a/src/monkeysphere-host b/src/monkeysphere-host index 0dba1f6..fc3b607 100755 --- a/src/monkeysphere-host +++ b/src/monkeysphere-host @@ -193,7 +193,7 @@ show_key() { # list revokers, if there are any revokers=$(gpg --list-keys --with-colons --fixed-list-mode \ - | grep '^rvk:' | cut -d: -f10) + | grep '^rvk:' | cut -d: -f10) || true if [ "$revokers" ] ; then echo "The following keys are allowed to revoke this host key:" for key in $revokers ; do