Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 388 - Executing .bash_profile gives error 'Unknown option --'
Summary: Executing .bash_profile gives error 'Unknown option --'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: Lowest minor (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-28 12:17 UTC by Yannick Koehler (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ;-)