[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#200347: locales: /etc/environment should export LANG



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: pgpAwq41FCQmH.pgp
Description: PGP signature


Reply to: