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: Problem with Bash 2.05a-2


Hallo Shane,

Am 2001-11-19 um 00:24 schriebst du:

> G'day,
 
> For some reason bash-2.05a-2 does not export the SHELL environment variable.
> If you type "echo $SHELL" you get the right response of "/bin/bash",
> however, if you type "env | grep SHELL" the variable is not to be seen.
> bash-2.05-8 seems to be working correctly though and I have moved back to
> this version.

$ env | grep SHELL
CONFIG_SHELL=sh
SHELL=/usr/bin/bash

$ cat ~/.bashrc | grep SHELL
export CONFIG_SHELL=sh
export SHELL=/usr/bin/bash

Then it seems to be the reason why I export it myself...

Ciao,

Gerrit P. Haase                            mailto:gp@familiehaase.de
-- 
=^..^=


--
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]