X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.9 required=5.0	tests=BAYES_00,RCVD_IN_DNSWL_NONE,UNPARSEABLE_RELAY
X-Spam-Check-By: sourceware.org
X-Yahoo-SMTP: lqpiFOWswBDKpMR.9xmPzFhInkL3vlM-
Message-ID: <4F37FE27.9080500@w5pny.com>
Date: Sun, 12 Feb 2012 11:00:07 -0700
From: Harry G McGavran Jr <w5pny@w5pny.com>
Reply-To: w5pny@w5pny.com
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20120129 Thunderbird/10.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Updated base-files-4.0-8
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
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

The calls to locale and tzset in profile.d still are not fully
qualified. I always thought fully qualified paths were appropriate
for system wide scripts since one cannot depend on PATH being
set up correctly.  In any case, both with the previous release
of base-files and this one, if you does something like
C:\cygwin\bin\mintty -u -

In a shortcut, the /bin isn't in PATH so the calls to locale
and tzset fail.  make those calls "/bin/locale" and "/bin/tzset"
(fully qualified) fixes that problem and eliminates the need
for PATH to be relied upon in system wide scripts.

-- 

Harry G. McGavran, Jr.

E-mail: w5pny@w5pny.com


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

