Subject: Re: CVS commit: pkgsrc/mk/check
To: None <pkgsrc-changes@NetBSD.org>
From: None <joerg@britannica.bec.de>
List: pkgsrc-changes
Date: 06/07/2006 14:34:05
On Tue, Jun 06, 2006 at 11:43:10PM +0000, Roland Illig wrote:
>
> Module Name: pkgsrc
> Committed By: rillig
> Date: Tue Jun 6 23:43:10 UTC 2006
>
> Modified Files:
> pkgsrc/mk/check: check-interpreter.mk
>
> Log Message:
> Check for [[:space:]] instead of [ ]. This fixes a misbehavior when
> script files contain CRLF line-ends.
I'd prefer to *avoid* this since [[:space:]] is local-sensitive.
Joerg