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 Date: Sun, 22 Aug 2004 10:46:52 -0400 From: Christopher Faylor To: "Buchbinder, Barry (NIH/NIAID)" Cc: cygwin AT cygwin DOT com Subject: Re: environment variable name converted to upper case Message-ID: <20040822144651.GA3391@coe.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: "Buchbinder, Barry (NIH/NIAID)" , cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i On Sat, Aug 21, 2004 at 01:06:50PM -0400, Buchbinder, Barry (NIH/NIAID) wrote: >To expand on what Chris wrote, this is caused by the fact that in >command.com (but not cmd.exe as supplied by XP - I don't know about >earlier versions of cmd.exe) all user-setable Windows environmental >variable are uppercase. No. Cygwin goes out of its way to change environment variables to upper case. Environment variables in windows, on NT+ at least, can be mixed case. Unfortunately, sometimes you find things like "Path" instead of "PATH" so Cygwin needs to rectify that. To repeat, translating environment variables to uppercase is something that *cygwin* does. Check out environ.cc for more information. cgf -- 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/