summaryrefslogtreecommitdiffstats
path: root/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.c b/parse.c
index 17aeafe..65087a0 100644
--- a/parse.c
+++ b/parse.c
@@ -3856,7 +3856,7 @@ struct bfs_ctx *bfs_parse_cmdline(int argc, char *argv[]) {
use_color = COLOR_NEVER;
}
- ctx->colors = parse_colors(getenv("LS_COLORS"));
+ ctx->colors = parse_colors();
if (!ctx->colors) {
ctx->colors_error = errno;
}