diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2004-09-24 02:04:13 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2004-09-24 02:04:13 +0000 |
commit | afc9ab868660e866dcd446aa5444153ab2b7de2f (patch) | |
tree | 945b43fc228c9b47c4dfa30b982b5f2d54b8c327 /coreutils | |
parent | 6f8542b98d4d9771def598247ade9b45342a3096 (diff) |
Patch from David Daney to make the -i option work with -l.
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c index 22685bcd9..4e21454ce 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c @@ -874,7 +874,7 @@ static const char ls_options[]="Cadil1gnsxAk" \ LS_STR_SELINUX \ LS_STR_AUTOWIDTH; -#define LIST_MASK_TRIGGER LIST_SHORT +#define LIST_MASK_TRIGGER 0 #define STYLE_MASK_TRIGGER STYLE_MASK #define SORT_MASK_TRIGGER SORT_MASK #define DISP_MASK_TRIGGER DISP_ROWS |