]> git.ipfire.org Git - thirdparty/squid.git/commit
Author: Francesco Chemolli <kinkie@squid-cache.org>
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 25 Aug 2008 12:30:24 +0000 (00:30 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 25 Aug 2008 12:30:24 +0000 (00:30 +1200)
commit137625b05170969188e9736ceda721298259ae48
tree1abfcc586db9900b2ab3e360a3f6f32aefdfc217
parent1446a5fd693b294a282f36113f2b24ff20d7d6b0
Author: Francesco Chemolli <kinkie@squid-cache.org>
Fix bad pattern in squid.conf cleanup

This time it should work by avoiding the Makefile quoting issue entirely:

  grep -v -E '^$'
is in fact equivalent to
  grep .

Hand-comparing the results seems to be ok
src/Makefile.am