From: thijs Date: Wed, 30 Apr 2008 19:20:21 +0000 (+0000) Subject: gpg-mailkeys: Fix parameter escaping of printf, thanks X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=commitdiff_plain;h=5d3f53d44172671c3b76b5e3663b2dc62f6ae3fb gpg-mailkeys: Fix parameter escaping of printf, thanks Olivier Tetard (Closes: #478151). git-svn-id: svn://svn.debian.org/pgp-tools/trunk@379 b513b33f-fedd-0310-b452-c3deb5f4c849 --- diff --git a/debian/changelog b/debian/changelog index 5f3d3dc..0b692c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +signing-party (1.0-2) UNRELEASED; urgency=low + + * gpg-mailkeys: Fix parameter escaping of printf, thanks + Olivier Tetard (Closes: #478151). + + -- Thijs Kinkhorst Wed, 30 Apr 2008 21:19:19 +0200 + signing-party (1.0-1) unstable; urgency=low * The 1.0 release. diff --git a/gpg-mailkeys/gpg-mailkeys b/gpg-mailkeys/gpg-mailkeys index f274aa5..cacaf1d 100755 --- a/gpg-mailkeys/gpg-mailkeys +++ b/gpg-mailkeys/gpg-mailkeys @@ -76,7 +76,7 @@ $TEXT EOM if [ -f ~/.signature ]; - then printf "--=20\n" >> $TEMPFILE + then printf -- "--=20\n" >> $TEMPFILE cat ~/.signature >> $TEMPFILE fi