Bug 433189

Summary: colorls.*sh uses undocumented value for --color
Product: [Fedora] Fedora Reporter: Ville Skyttä <ville.skytta>
Component: coreutilsAssignee: Ondrej Vasik <ovasik>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: twaugh
Target Milestone: ---Keywords: EasyFix, Patch
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-02-18 16:34:56 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:
Attachments:
Description Flags
Use --color=auto instead of --color=tty none

Description Ville Skyttä 2008-02-17 10:05:53 UTC
While "--color=tty" works, "tty" is not a valid value for "--color" according to
both "man ls" and "ls --help"; could be better to use the documented
"--color=auto" instead.  Patch attached.

Comment 1 Ville Skyttä 2008-02-17 10:05:53 UTC
Created attachment 295094 [details]
Use --color=auto instead of --color=tty

Comment 2 Ondrej Vasik 2008-02-18 16:34:56 UTC
Thanks for suggestion, it's the same option, but documented - so it will be
really good to use it instead of tty. Built as coreutils-6.10-8.fc9 , closing
RAWHIDE.