diff options
Diffstat (limited to 'parse.c')
-rw-r--r-- | parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |