X-Spam-Check-By: sourceware.org
Message-ID: <43E20DEA.2010902@byu.net>
Date: Thu, 02 Feb 2006 06:49:30 -0700
From: Eric Blake <ebb9@byu.net>
User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
MIME-Version: 1.0
To: Steve Smith <steve@fmrib.ox.ac.uk>
CC: cygwin@cygwin.com
Subject: Re: Exec and parent environment [attn tcltk maintainer]
References: <92C332DB-E56E-40BD-BAF6-A86CFCF602AC@fmrib.ox.ac.uk>
In-Reply-To: <92C332DB-E56E-40BD-BAF6-A86CFCF602AC@fmrib.ox.ac.uk>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Steve Smith on 2/2/2006 5:17 AM:
> 
> I have a similar problem to that reported before under this subject  title.
> When I type "env" the environment appears fine. However, when I start  a
> tclsh and type
> 
> puts [ exec sh -c "env" ]
> 
> the environment is almost empty - this is new behaviour, the whole 
> environment got fully passed through until recently.

Sounds like YA case of
http://sourceware.org/ml/cygwin/2006-01/msg00938.html.  tclsh is one of
the few programs in /bin that does not link against cygwin1.dll, but uses
Windows directly.  So it probably needs to be taught how to interact with
cygwin's updated environment scheme.

- --
Life is short - so eat dessert first!

Eric Blake             ebb9@byu.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFD4g3p84KuGfSFAYARApooAJ9XylwbSFXiXK1DcBMPPCYrC13QzACcCcKG
aLzCUba8aKW1Vq6iRg/U9Mw=
=z877
-----END PGP SIGNATURE-----

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

