[Pgp-tools-commit] r379 - in trunk: debian gpg-mailkeys

thijs at alioth.debian.org thijs at alioth.debian.org
Wed Apr 30 19:20:23 UTC 2008


Author: thijs
Date: 2008-04-30 19:20:21 +0000 (Wed, 30 Apr 2008)
New Revision: 379

Modified:
   trunk/debian/changelog
   trunk/gpg-mailkeys/gpg-mailkeys
Log:
gpg-mailkeys: Fix parameter escaping of printf, thanks
Olivier Tetard (Closes: #478151).

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-03-20 20:18:04 UTC (rev 378)
+++ trunk/debian/changelog	2008-04-30 19:20:21 UTC (rev 379)
@@ -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 <thijs at debian.org>  Wed, 30 Apr 2008 21:19:19 +0200
+
 signing-party (1.0-1) unstable; urgency=low
 
   * The 1.0 release.

Modified: trunk/gpg-mailkeys/gpg-mailkeys
===================================================================
--- trunk/gpg-mailkeys/gpg-mailkeys	2008-03-20 20:18:04 UTC (rev 378)
+++ trunk/gpg-mailkeys/gpg-mailkeys	2008-04-30 19:20:21 UTC (rev 379)
@@ -76,7 +76,7 @@
 EOM
 
 if [ -f ~/.signature ]; 
-	then printf "--=20\n" >> $TEMPFILE 
+	then printf -- "--=20\n" >> $TEMPFILE 
 	cat ~/.signature >> $TEMPFILE
 fi
 




More information about the Pgp-tools-commit mailing list