diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2025-07-03 08:55:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-03 08:55:35 -0400 |
commit | f1fa639bdfb6e8da91b57f892acf26d438d30fd3 (patch) | |
tree | 5f16fa741463837e53316d0db6f8776152637dfc /tests/util.sh | |
parent | 42235435aab09bc48765707b6706eaa1ecf1a0a7 (diff) | |
parent | b4a8afc2cfdbd91dedf2f387427c0984cad6d54a (diff) | |
download | bfs-f1fa639bdfb6e8da91b57f892acf26d438d30fd3.tar.xz |
Merge pull request #157 from vinxcls/freebsd-coloring
Support for FreeBSD-style ls Coloring
Diffstat (limited to 'tests/util.sh')
-rw-r--r-- | tests/util.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |