Base-Files (was Re: Unset TMP/TEMP in profile?)
Angelo Graziosi
angelo.graziosi@alice.it
Wed Dec 2 10:33:00 GMT 2009
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
More information about the Cygwin
mailing list