diff options
author | Jim Meyering <jim@meyering.net> | 2001-02-20 22:48:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-02-20 22:48:00 +0000 |
commit | 56bcd15a9c592969370aa1d39e8a6e6df380c9a3 (patch) | |
tree | dd53ee9be8c5c35f4c36f94ae048163a6759f4a5 /src | |
parent | 05c801ff0ce39f850abaa1733840b2fa24ab5258 (diff) | |
download | coreutils-56bcd15a9c592969370aa1d39e8a6e6df380c9a3.tar.xz |
revert last change, until after the release
Diffstat (limited to 'src')
-rw-r--r-- | src/ls.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1933,8 +1933,7 @@ gobble_file (const char *name, enum filetype type, int explicit_arg, #endif if (S_ISLNK (files[files_index].stat.st_mode) - && ((explicit_arg && ! immediate_dirs) - || format == long_format || check_symlink_color)) + && (explicit_arg || format == long_format || check_symlink_color)) { char *linkpath; struct stat linkstats; |