This is the mail archive of the cygwin@sources.redhat.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]

/etc/profile in BASH


Question:

In Cygwin 1.1, why are the last two lines of the installed /etc/profile the
following?

	test -f ./.profile && . ./.profile
	test -f ./.bashrc && . ./.bashrc

As described in the BASH MAN page, it would seem that BASH does this already
after reading /etc/profile.  Is this required because of the implementation
of Cygwin on MS-Windows?

David Masterson
*	Rational Software
*	18880 Homestead Rd.
*	Cupertino, CA  95014
*	(408) 863-5150
*	dmasters@rational.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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