Bug 186037

Summary: tcsh won't start if LS_COLORS is defined.
Product: [Fedora] Fedora Reporter: Dave Jones <davej>
Component: tcshAssignee: Miloslav Trmač <mitr>
Status: CLOSED RAWHIDE QA Contact: Bill Huang <bhuang>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: kdudka, pfrields
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 6.14-8 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-03-23 02:10:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dave Jones 2006-03-21 08:19:36 UTC
coreutils defines LS_COLORS for a coloured ls, which caused csh scripts not to
start.

$ csh
Unknown colorls variable `su'.
$

unsetting the variable makes things work as expected.

$ export LS_COLORS=
$ csh
[davej@inferno ~]$

Comment 1 Miloslav Trmač 2006-03-23 02:10:28 UTC
Fixed in tcsh-6.14-8.  Thanks for your report.