Eduado wrote: > I am running the bash shell, and somehow, even though the SHELL variable is > set, Oine does not pick it up.
Although bash sets the SHELL variable, it does not export it. This has been discussed on this list before. The correct solution is to explicitly export it yourself from /etc/profile or /etc/profile.d/local.sh or ~/.bash_profile as: export SHELL Steven -- 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/