Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 388

Summary: Executing .bash_profile gives error 'Unknown option --'
Product: Gentoo Linux Reporter: Yannick Koehler (RETIRED) <ykoehler>
Component: [OLD] Core systemAssignee: Daniel Robbins (RETIRED) <drobbins>
Status: RESOLVED FIXED    
Severity: minor    
Priority: Lowest    
Version: 1.0 RC6 r14   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Yannick Koehler (RETIRED) gentoo-dev 2002-01-28 12:17:16 UTC
corneille / # source /etc/skel/.bash_profile
dircolors: Unknown option --

The content of the file:

#This file is sourced by bash when you log in interactively.
[ -f ~/.bashrc ] && . ~/.bashrc

eval `dircolors --sh`
alias d="ls --color"
alias ls="ls --color=auto"
alias ll="ls --color -l"
Comment 1 Yannick Koehler (RETIRED) gentoo-dev 2002-01-28 12:40:13 UTC
Someone mailed that this is fix inside CVS.

--sh was replaced by -b

Not yet available but soon ;-)