public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Problem with Bash 2.05a-2
@ 2001-11-11  8:26 Hill, Shane
  2001-11-11  8:26 ` Gerrit P. Haase
  0 siblings, 1 reply; 3+ messages in thread
From: Hill, Shane @ 2001-11-11  8:26 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'


[-- Attachment #1.1: Type: text/plain, Size: 1204 bytes --]

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.
 
I first noticed it when I ran KDE's kvt. For some reason it was using a
Bourne shell and not a Bash shell. I checked the environment for the SHELL
variable and it was not there. I manually set "export SHELL=/bin/bash" and
ran kvt again and it ran correctly with a Bash shell. 

Have Fun !!

Shane Hill

============================================================================
=
Shane D. Hill (Aeronautical Engineer, Hons, University of Sydney)
Airframes and Engines Division,
Aeronautical & Maritime Research Laboratory,
Defence Science & Technology Organisation,
PO Box 4331,
Melbourne, Victoria 3001, AUSTRALIA.
(506 Lorimer St, Fishermens Bend, Vic. 3207, AUSTRALIA.)   
Email:   <mailto:Shane.Hill@dsto.defence.gov.au>
Shane.Hill@dsto.defence.gov.au
Voice:  +61 3 9626 7811
FAX:    +61 3 9626 7072
============================================================================
=



[-- Attachment #1.2: Type: text/html, Size: 2346 bytes --]

[-- Attachment #2: bgpaper.gif --]
[-- Type: image/gif, Size: 662 bytes --]

[-- Attachment #3: Type: text/plain, Size: 214 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Problem with Bash 2.05a-2
  2001-11-11  8:26 Problem with Bash 2.05a-2 Hill, Shane
@ 2001-11-11  8:26 ` Gerrit P. Haase
  0 siblings, 0 replies; 3+ messages in thread
From: Gerrit P. Haase @ 2001-11-11  8:26 UTC (permalink / raw)
  To: cygwin

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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Problem with Bash 2.05a-2
       [not found] <751E281AA9DED31194FA0090274DFFBC012E34FA@fmbex003.dsto.def ence.gov.au>
@ 2001-11-11  8:26 ` Larry Hall (RFK Partners, Inc)
  0 siblings, 0 replies; 3+ messages in thread
From: Larry Hall (RFK Partners, Inc) @ 2001-11-11  8:26 UTC (permalink / raw)
  To: Hill, Shane, 'cygwin@cygwin.com'

This was discussed last week.  See the email archives for the details.

Larry Hall                              lhall@rfk.com
RFK Partners, Inc.                      http://www.rfk.com
838 Washington Street                   (508) 893-9779 - RFK Office
Holliston, MA 01746                     (508) 893-9889 - FAX




At 06:24 PM 11/18/2001, Hill, Shane wrote:
>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. 
>   
>I first noticed it when I ran KDE's kvt. For some reason it was using a Bourne shell and not a Bash shell. I checked the environment for the SHELL variable and it was not there. I manually set "export SHELL=/bin/bash" and ran kvt again and it ran correctly with a Bash shell. 
>
>Have Fun !! 
>Shane Hill 
>============================================================================= 
>Shane D. Hill (Aeronautical Engineer, Hons, University of Sydney) 
>Airframes and Engines Division, 
>Aeronautical & Maritime Research Laboratory, 
>Defence Science & Technology Organisation, 
>PO Box 4331, 
>Melbourne, Victoria 3001, AUSTRALIA. 
>(506 Lorimer St, Fishermens Bend, Vic. 3207, AUSTRALIA.)    
>Email:  <mailto:Shane.Hill@dsto.defence.gov.au>Shane.Hill@dsto.defence.gov.au 
>Voice:  +61 3 9626 7811 
>FAX:    +61 3 9626 7072 
>============================================================================= 
>
>--
>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/ 


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-11-19  3:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-11  8:26 Problem with Bash 2.05a-2 Hill, Shane
2001-11-11  8:26 ` Gerrit P. Haase
     [not found] <751E281AA9DED31194FA0090274DFFBC012E34FA@fmbex003.dsto.def ence.gov.au>
2001-11-11  8:26 ` Larry Hall (RFK Partners, Inc)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).