shithub: werc

Download patch

ref: 2bc851eeeffdddce32b002e2d324bd6a7fd0a94f
parent: 7a48d5e01c06197f15bd65b2eb23be2d9bd02872
author: uriel <uriel@suckless.org>
date: Tue Jun 10 08:12:41 EDT 2008

Use fmt(1) to fix formating of rss feed descriptions

--- a/bin/controller.rc
+++ b/bin/controller.rc
@@ -219,7 +219,7 @@
 				exit
 			}
 			print
-		}' $f | sed 's/\]\]>/Fucking goddamn XML garbage/g'}
+		}' $f |fmt -j| sed 's/\]\]>/Fucking goddamn XML garbage/g'}
 	}
 }