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:[EMAIL PROTECTED] -- =^..^= -- 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/