12 Nov
2015
12 Nov
'15
10:18 a.m.
On 12/11/15 18:37, David Grayson wrote:
The old implementation had both false negatives and false positives.
Because of the -w option to grep, it didn't detect lines like:
license=bad
Additionally, it did detect irrelevant lines like this:
--with-arch=${_arch}
The latter is a false positive which made it difficult to build valid packages.
This does not catch bad variables in the package() arrays. Q