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: Base-Files (was Re: Unset TMP/TEMP in profile?)


Andy Koppe wrote:
See the continuation of the thread Corinna linked to. LANG should only
be set to C.UTF-8 if it isn't set already.

Indeed. I was just proposing something like this:


if test -n "${LANG}"; then
  # LANG is not empty
  [...]
else
  # LANG is empty
  [...]
fi


Thanks, Angelo.

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