diff options
author | Rob Landley <rob@landley.net> | 2013-08-01 18:10:47 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2013-08-01 18:10:47 -0500 |
commit | b2bc38289143c52dee88ce3b0187aba091f668c6 (patch) | |
tree | df936f06b4e5b3309234d9c2f2f8c86e237022fd /toys | |
parent | f97eaf158aa0baf868f0b19d192f7d302c1484e9 (diff) | |
download | toybox-b2bc38289143c52dee88ce3b0187aba091f668c6.tar.gz |
ls --color should depend on LS in menuconfig.
Diffstat (limited to 'toys')
-rw-r--r-- | toys/posix/ls.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/posix/ls.c b/toys/posix/ls.c index 45c2fac2..b1807c25 100644 --- a/toys/posix/ls.c +++ b/toys/posix/ls.c @@ -35,6 +35,7 @@ config LS config LS_COLOR bool "ls --color" default y + depends on LS help usage: ls --color |