From: weasel Date: Tue, 3 Jul 2007 14:10:07 +0000 (+0000) Subject: and add a \n in a good place X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;h=671d96a48434ebe439a31552de9feac37e438a40;hp=30a14ebe1a9bfbf99062005ed5cba967481b2205;p=pgp-tools.git and add a \n in a good place git-svn-id: svn://svn.debian.org/pgp-tools/trunk@339 b513b33f-fedd-0310-b452-c3deb5f4c849 --- 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; }; };