X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <47AB242B.10200@cyconix.com> Date: Thu, 07 Feb 2008 15:30:51 +0000 From: Paul Leder User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: cygwin AT cygwin DOT com CC: Eric Blake Subject: Re: Incomplete environ when running MinGW apps? References: <47AB1384 DOT 80600 AT cyconix DOT com> <47AB17C3 DOT 2030608 AT byu DOT net> In-Reply-To: <47AB17C3.2030608@byu.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Eric Blake wrote: > Bash has two variable namespaces - shell variables, and environment > variables. Are you sure SHELL was exported to the environment, and not > just in the bash shell variable namespace? thanks - I had no idea there were 2 variable namespaces. It looks like everything I can see in 'environ' was explcitly exported in /etc/profile, or ~/.bashrc, or picked up from Windows. Is there a way for C programs to pick up the contents of the shell variable namespace? In particular, is there some way I can pick up SHELL, or some other way that I can find out if my app's running on bash? Thanks -Paul -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/