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

Reply via email to