From: Jim Meyering Date: Tue, 20 Feb 2001 22:48:00 +0000 (+0000) Subject: revert last change, until after the release X-Git-Tag: TEXTUTILS-2_0_12~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56bcd15a9c592969370aa1d39e8a6e6df380c9a3;p=thirdparty%2Fcoreutils.git revert last change, until after the release --- diff --git a/src/ls.c b/src/ls.c index 6f7bae6ef0..c5701698c3 100644 --- a/src/ls.c +++ b/src/ls.c @@ -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;