Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.com Date: Sat, 20 Apr 2002 15:03:10 +0100 From: "Steven O'Brien" To: cygwin@cygwin.com Subject: Re: [ANNOUNCEMENT] New Package: Pine] Message-Id: <20020420150310.526da6d2.steven.obrien2@ntlworld.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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/