This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Updated base-files-4.0-8


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]