Subject: Re: CVS commit: pkgsrc/pkgtools/pkglint
To: None <adam@netbsd.org>
From: Roland Illig <rillig@NetBSD.org>
List: pkgsrc-changes
Date: 02/25/2006 11:56:17
Adam Ciarcinski wrote:
> Module Name:	pkgsrc
> Committed By:	adam
> Date:		Sat Feb 25 09:45:38 UTC 2006
> 
> Modified Files:
> 	pkgsrc/pkgtools/pkglint: Makefile
> 
> Log Message:
> Added sed quotes

Your version of pkglint is outdated. The current version does not 
require quotes in sed(1) expressions. It even discourages them.

The reason is that the variables need a :Q operator to be correctly 
quoted for the shell. Adding additional 'quotes' or "quotes" makes the 
quoting incorrect.

Please revert that change.

Roland