]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix shell issue on translation output
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 8 Aug 2008 07:30:09 +0000 (19:30 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 8 Aug 2008 07:30:09 +0000 (19:30 +1200)
commit32600fd11ab269c10cce191ed3b0a9329f6fac46
tree6e4ac274974ca88d1eae92fce2f93f8d7e3084f5
parent3d719b59248cbeb03eb33ddfb6304c549afd700a
Fix shell issue on translation output

Seems not only does sed on BSD use different regexp parameters but has a
different pattern set as well. The output HTML may look nasty without
cleaning but if the cleaning goes badly it can make the visual end-product
look worse. In this case spurious 'n' characters around the page.

Dropping the sed-based cleanup entirely in favor of usable pages.
errors/Makefile.am