* Carsten Hey [2012-03-09 21:42 +0100]: > $ (sed -n < waf -e '1,/^#==>$/ p'; echo REPLACED BY ENCODED TAR.BZ2; sed -n > < waf -e '/^#<==$/ p') > debian/waf.tmpl
Instead of '/^#<==$/ p' it should be '/^#<==$/,$ p' (this occurs multiple times all around). Since the matched line is also the last one in midori's waf script, it currently does not make a difference for midori. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org