[Mintegration-commits] r45 - queue-manager/trunk

marcell at garage.maemo.org marcell at garage.maemo.org
Fri Sep 5 13:29:30 EEST 2008


Author: marcell
Date: 2008-09-05 13:29:30 +0300 (Fri, 05 Sep 2008)
New Revision: 45

Modified:
   queue-manager/trunk/queue-manager-lib
Log:
strip the CR at the end of the lines in .changes files. NOT TESTED!!


Modified: queue-manager/trunk/queue-manager-lib
===================================================================
--- queue-manager/trunk/queue-manager-lib	2008-08-29 12:48:50 UTC (rev 44)
+++ queue-manager/trunk/queue-manager-lib	2008-09-05 10:29:30 UTC (rev 45)
@@ -128,6 +128,7 @@
 {
 	awk  '
 	BEGIN { block = 0; contents = 0 }
+	{ gsub(/\r/, ""); }
 	/^-----BEGIN PGP SIGNATURE/ { exit }
 	block && contents { print }
 	/^-----BEGIN PGP SIGNED/ { block = 1 }



More information about the mintegration-commits mailing list