]> git.ipfire.org Git - thirdparty/coreutils.git/commit
dircolors: speed up processing of TERM entries
authorPádraig Brady <P@draigBrady.com>
Mon, 14 Feb 2022 17:25:04 +0000 (17:25 +0000)
committerPádraig Brady <P@draigBrady.com>
Tue, 15 Feb 2022 17:01:19 +0000 (17:01 +0000)
commit041dfff5db1f09c92435e46b65931b04364c37f6
tree498d57828744685616636c4b6ae3b8e3629c4812
parent75c9fc6740e93dba95f63a1e5e92bd5cf17f1743
dircolors: speed up processing of TERM entries

* src/dircolors.c (main): Avoid glob matching
when we've already matched in a group of {COLOR,}TERM entries.
src/dircolors.c