From 110e55729378de9ae63b78994ca2de133d252e39 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 6 Jun 2013 14:27:19 -0400 Subject: [PATCH] Added -P to msgfmt for rss subject line generation Whoops;

tags were being included in RSS titles. --- rss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rss b/rss index 225c9f1..4ddcfc3 100755 --- a/rss +++ b/rss @@ -54,7 +54,7 @@ while read hash commit ts id subject; do # the title) cat < - <![CDATA[$( "$msgfmt" -n < <( echo "$subject"; echo ) )]]> + <![CDATA[$( "$msgfmt" -nP < <( echo "$subject"; echo ) )]]> $( printf "%s/%s/%s.html" \ "${url/%\/}" "$( ./tsdate "$ts" %Y/%m )" "$id"