This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bash 2.05a and cygwin.bat: Why does not bash read .bashrc at startup now?


On Wed, Jul 03, 2002 at 12:14:53PM +0400, Alexei Lioubimov wrote:
> Hello,
> What had happened with bash?
> Before "bash --login -i" considers itself to be interactive login shell and
> reads etc/profile, ~/.bash_profile, and ~/.bashrc. But version 2.05a doesn't
> want to read ~/.bashrc, instead it requires me to include
> if [ -f ~/.bashrc ]; then
>     . ~/.bashrc
> fi
> in my ~/.bash_profile.
> Is this the correct behaviour of bash, or something is wrong in my cygwin
> installation?

man bash

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]