Summary: | sys-apps/less: lesspipe.sh fails to correctly check $LESS | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | James Cloos <cloos> |
Component: | [OLD] Core system | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
James Cloos
2009-03-12 00:00:33 UTC
that can lead to false positives. set LESSCOLOR manually in your case. If it won’t be fixed then the buggy check should just be removed.
As it is, the common case is broken just to deal with uncommon cases.
As for:
> set LESSCOLOR manually in your case
this is only ever relevant when LESSCOLOR *is* manually set....
that may be your opinion, but it isnt mine the existing check is not buggy, it just does not give 100% coverage. i would rather have 85% coverage with no false positives than 100% coverage with false positives. |