On Mon, Jul 07, 2003 at 06:09:14PM +0200, Aaron Isotton wrote:
> /etc/environment should export LANG.  I explain why in bug #200345.
/etc/environment is just a list of 'name=value' pairs so it can be
parsed easily by pam_env, etc. If you want the variables exported in a
script do a:
 for i in `cat /etc/environment`; do export $i; done
I think there's nothing glibc can do about it.
Regards,
 -- Guido

Attachment: pgpf52jd8aVNm.pgp
Description: PGP signature



Reply via email to