X-Spam-Check-By: sourceware.org Message-ID: <43E20DEA.2010902@byu.net> Date: Thu, 02 Feb 2006 06:49:30 -0700 From: Eric Blake User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) MIME-Version: 1.0 To: Steve Smith CC: cygwin AT cygwin DOT com Subject: Re: Exec and parent environment [attn tcltk maintainer] References: <92C332DB-E56E-40BD-BAF6-A86CFCF602AC AT fmrib DOT ox DOT ac DOT 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 AT cygwin DOT com; run by ezmlm 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 -----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 AT byu DOT 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/