summaryrefslogtreecommitdiff
path: root/src/share/ma/add_certifier
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-19 00:37:10 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-19 00:37:10 -0500
commit68299f9faebcf3c54382aca3d662b35172f6a968 (patch)
treee1ac94b39ad373bf285b965ca7991b8a443a8242 /src/share/ma/add_certifier
parent6a7b42ec39aad2e774255b875af7ab40e80bb872 (diff)
clean up failure message
Diffstat (limited to 'src/share/ma/add_certifier')
-rw-r--r--src/share/ma/add_certifier2
1 files changed, 1 insertions, 1 deletions
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