busybox/coreutils
Laurent Bercot 2599937c4e ls: fix support for long options when FEATURE_LS_COLOR is deselected
Declaration of ls_longopts and initialization of applet_long_options
were incorrectly guarded with ENABLE_FEATURE_LS_COLOR; that yielded a
"ls: NO_OPT: \xff" error message when long options were selected and
color support was not. This patch ensures long options are
initialized separately from color support.

Signed-off-by: Laurent Bercot <ska-dietlibc@skarnet.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-05-26 16:50:53 +02:00
..
2017-04-07 20:45:08 +02:00
2017-04-17 15:57:07 +02:00
2017-01-26 00:27:53 +01:00
2017-04-09 21:19:29 +02:00
2017-04-07 21:47:53 +02:00
2017-03-24 15:00:12 +01:00
2017-04-07 21:10:00 +02:00
2015-06-07 18:19:47 +02:00
2017-04-05 18:51:27 +02:00