diff options
author | Eric Blake <ebb9@byu.net> | 2007-04-07 20:14:07 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-04-07 20:14:07 +0200 |
commit | d63623eb7cd6a086e52f58b02fecdd2c41b9e402 (patch) | |
tree | 3f8c7f18cb779b1afac332387227ae4d9bdec656 /ChangeLog | |
parent | abdf924333bdf5bf7443e3b7ae68fbaddfe0cfb4 (diff) | |
download | coreutils-d63623eb7cd6a086e52f58b02fecdd2c41b9e402.tar.xz |
Fix a bug in how the LS_COLORS ln=target attribute is handled.
* src/ls.c (gobble_file): Use "stat" (not lstat) also when the
ln=target attribute applies. Reported by Kirk Kelsey.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-04-07 Eric Blake <ebb9@byu.net> + + Fix a bug in how the LS_COLORS ln=target attribute is handled. + * src/ls.c (gobble_file): Use "stat" (not lstat) also when the + ln=target attribute applies. Reported by Kirk Kelsey. + 2007-04-02 Jim Meyering <jim@meyering.net> * src/copy.c (copy_reg): Initialize local "con", before calling |