From b4a8afc2cfdbd91dedf2f387427c0984cad6d54a Mon Sep 17 00:00:00 2001 From: VinX Date: Thu, 3 Jul 2025 12:31:19 +0000 Subject: Support for FreeBSD-style ls Coloring If LSCOLORS is undefined or partially defined (missing some of the eleven expected value pairs), the patch will automatically fill in those missing values with default colors. However, if the LS_COLORS environment variable is already defined, the application prefer the LS_COLORS approach, maintaining current working flow of the program. --- tests/util.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/util.sh') diff --git a/tests/util.sh b/tests/util.sh index 1718a1a..c998927 100644 --- a/tests/util.sh +++ b/tests/util.sh @@ -34,6 +34,7 @@ stdenv() { export LS_COLORS="" unset BFS_COLORS + unset LSCOLORS if [ "$UNAME" = Darwin ]; then # ASan on macOS likes to report -- cgit v1.2.3