and add a \n in a good place
authorweasel <weasel@b513b33f-fedd-0310-b452-c3deb5f4c849>
Tue, 3 Jul 2007 14:10:07 +0000 (14:10 +0000)
committerweasel <weasel@b513b33f-fedd-0310-b452-c3deb5f4c849>
Tue, 3 Jul 2007 14:10:07 +0000 (14:10 +0000)
git-svn-id: svn://svn.debian.org/pgp-tools/trunk@339 b513b33f-fedd-0310-b452-c3deb5f4c849

caff/caff

index 8321031497f2336ea0c8b51621978e86bcd58003..7ab933112f0bdf9b0c29209280cf15aca30c68d3 100755 (executable)
--- a/caff/caff
+++ b/caff/caff
@@ -783,7 +783,7 @@ sub send_mail($$$@) {
                                        warn("Could not encrypt to $keyid, specified in CONFIG{'also-encrypt-to'}.\n".
                                             "Try to update the key using gpg --homedir=$GNUPGHOME --import <exported key>\n".
                                             "or try the following if you are slightly more daring:\n".
-                                            " gpg --export $keyid | gpg --homedir=$GNUPGHOME --import");
+                                            " gpg --export $keyid | gpg --homedir=$GNUPGHOME --import\n");
                                        return;
                                };
                        };