diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-19 00:37:10 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-19 00:37:10 -0500 |
commit | 68299f9faebcf3c54382aca3d662b35172f6a968 (patch) | |
tree | e1ac94b39ad373bf285b965ca7991b8a443a8242 /src/share/ma | |
parent | 6a7b42ec39aad2e774255b875af7ab40e80bb872 (diff) |
clean up failure message
Diffstat (limited to 'src/share/ma')
-rw-r--r-- | src/share/ma/add_certifier | 2 |
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 |