Package: coreutils
Version: 8.13-3
Severity: normal

For LS_COLORS="ln=target:or=31:di=34"
% /bin/ls --color -F /var/run
or
% /bin/ls --color -d /var/run
shows /var/run@ highlighted in 'or' (red) color, but same with -l works
fine:
% /bin/ls --color -F -l /var/run
or
/bin/ls --color -d -l /var/run
shows /var/run -> /run/ highlighted in 'ln' (blue) color.

% /bin/ls --color /var
or
% /bin/ls --color -F /var
highlights run in blue (target) color.

When 'ln' color is obviously defined (not target) all works fine:


-- System Information:
Debian Release: wheezy/sid



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to