bash 2.05a and cygwin.bat: Why does not bash read .bashrc at startup now?
Alexei Lioubimov
e-complex@mtu-net.ru
Wed Jul 3 01:22:00 GMT 2002
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?
----
Platform: Windows 98, cygwin 1.3.11-3,
$bash --version
GNU bash, version 2.05a.0(3)-release (i686-pc-cygwin)
Copyright 2001 Free Software Foundation, Inc.
----
Thank you,
Alexei Lioubimov
--
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/
More information about the Cygwin
mailing list