Subject: CVS commit: pkgsrc/pkgtools/pkglint/files
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 08/06/2005 22:41:07
Module Name: pkgsrc
Committed By: rillig
Date: Sat Aug 6 22:41:07 UTC 2005
Modified Files:
pkgsrc/pkgtools/pkglint/files: pkglint.pl
Log Message:
Fixed a bug which leaded to an endless loop. While happily changing the
code, I had forgotten one assumption I made. It was that in the ifelse
chain the case ($lines_atend && $filesys_atend) couldn't occur because
the outer loop already cought that. And then I had inserted code that
violated exactly this assumption. Fixed.
To generate a diff of this commit:
cvs rdiff -r1.234 -r1.235 pkgsrc/pkgtools/pkglint/files/pkglint.pl
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.