Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#12658 - [patch] tcsh bug with new dircolors from coreutils
Attached to Project:
Arch Linux
Opened by Gerardo Exequiel Pozzi (djgera) - Saturday, 03 January 2009, 22:47 GMT
Last edited by Eric Belanger (Snowman) - Sunday, 08 February 2009, 02:15 GMT
Opened by Gerardo Exequiel Pozzi (djgera) - Saturday, 03 January 2009, 22:47 GMT
Last edited by Eric Belanger (Snowman) - Sunday, 08 February 2009, 02:15 GMT
|
DetailsSetting LS_COLORS variable with last coreutils crash tsch, beacuse it sets and "rs" variable.
Patch is attached. %eval `dircolors -c` Unknown colorls variable `rs'. % and if for example running from bash shell that have set LS_COLORS variable: $ eval `dircolors -b` $ csh Unknown colorls variable `rs'. $ |
This task depends upon
Closed by Eric Belanger (Snowman)
Sunday, 08 February 2009, 02:15 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in tcsh-6.16.00-2
Sunday, 08 February 2009, 02:15 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in tcsh-6.16.00-2
I'll need to check which one would be better. BTW, did you created the rs.diff patch from scratch or did you get it somewhere?