From: Daniel Kahn Gillmor Date: Thu, 19 Feb 2009 05:37:10 +0000 (-0500) Subject: clean up failure message X-Git-Tag: monkeysphere_0.23~58^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=68299f9faebcf3c54382aca3d662b35172f6a968;p=monkeysphere.git clean up failure message --- diff --git a/src/share/ma/add_certifier b/src/share/ma/add_certifier index 7c1441c..b917a74 100644 --- a/src/share/ma/add_certifier +++ b/src/share/ma/add_certifier @@ -85,7 +85,7 @@ if [ -f "$keyID" ] ; then # + echo 'could not read key from '\''/root/dkg.gpg'\''' keyID=$(echo "$importinfo" | grep '^gpg: key ' | cut -f2 -d: | cut -f3 -d\ ) || \ - failure "There were no gpg keys in the file." + failure "There were no gpg keys in the file $keyID." if [ -z "$keyID" ] || [ $(echo "$keyID" | wc -l) -ne 1 ] ; then failure "There was not exactly one gpg key in the file." fi