From 671d96a48434ebe439a31552de9feac37e438a40 Mon Sep 17 00:00:00 2001 From: weasel Date: Tue, 3 Jul 2007 14:10:07 +0000 Subject: [PATCH] and add a \n in a good place git-svn-id: svn://svn.debian.org/pgp-tools/trunk@339 b513b33f-fedd-0310-b452-c3deb5f4c849 --- caff/caff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caff/caff b/caff/caff index 8321031..7ab9331 100755 --- 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 \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; }; }; -- 2.30.2