Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 295094 Details for
Bug 433189
colorls.*sh uses undocumented value for --color
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Use --color=auto instead of --color=tty
colorls-auto.patch (text/plain), 1.21 KB, created by
Ville Skyttä
on 2008-02-17 10:05:53 UTC
(
hide
)
Description:
Use --color=auto instead of --color=tty
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2008-02-17 10:05:53 UTC
Size:
1.21 KB
patch
obsolete
>Index: coreutils-colorls.csh >=================================================================== >RCS file: /cvs/pkgs/rpms/coreutils/devel/coreutils-colorls.csh,v >retrieving revision 1.9 >diff -u -r1.9 coreutils-colorls.csh >--- coreutils-colorls.csh 14 Feb 2008 14:43:46 -0000 1.9 >+++ coreutils-colorls.csh 17 Feb 2008 10:03:55 -0000 >@@ -40,6 +40,6 @@ > unset color_none > > finish: >-alias ll 'ls -l --color=tty' >-alias l. 'ls -d .* --color=tty' >-alias ls 'ls --color=tty' >+alias ll 'ls -l --color=auto' >+alias l. 'ls -d .* --color=auto' >+alias ls 'ls --color=auto' >Index: coreutils-colorls.sh >=================================================================== >RCS file: /cvs/pkgs/rpms/coreutils/devel/coreutils-colorls.sh,v >retrieving revision 1.9 >diff -u -r1.9 coreutils-colorls.sh >--- coreutils-colorls.sh 14 Feb 2008 14:43:46 -0000 1.9 >+++ coreutils-colorls.sh 17 Feb 2008 10:03:55 -0000 >@@ -20,6 +20,6 @@ > egrep -qi "^COLOR.*none" $COLORS >/dev/null 2>/dev/null && return > fi > >-alias ll='ls -l --color=tty' 2>/dev/null >-alias l.='ls -d .* --color=tty' 2>/dev/null >-alias ls='ls --color=tty' 2>/dev/null >+alias ll='ls -l --color=auto' 2>/dev/null >+alias l.='ls -d .* --color=auto' 2>/dev/null >+alias ls='ls --color=auto' 2>/dev/null
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 433189
: 295094