Bug 186037 - tcsh won't start if LS_COLORS is defined.
Summary: tcsh won't start if LS_COLORS is defined.
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: tcsh
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Miloslav Trmač
QA Contact: Bill Huang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-03-21 08:19 UTC by Dave Jones
Modified: 2015-01-04 22:26 UTC (History)
2 users (show)

Fixed In Version: 6.14-8
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-03-23 02:10:28 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.