Do not set LC_ALL in BLFS/envars.conf,

> and rely on the user setting an UTF-8 locale
This commit is contained in:
Pierre Labastie 2017-11-19 17:33:34 +00:00
parent 8d07ea6f31
commit 90bfcb92bf

View file

@ -32,8 +32,10 @@ unset SRC_SUBDIRS
# Note that an UTF-8 locale may be needed for some packages,
# but normally it is set in the package instructions.
# Furthermore, LANG may be set in /etc/profile, which is
# sourced at the end of this file.
export LC_ALL=C
# sourced at the end of this file. Note that LC_ALL takes
# precedence over LANG. As of {B,}LFS 8.1, this setting is
# not needed...
# export LC_ALL=C
#--- Server used if the file isn't found in SRC_DIR,
# and cannot be downloaded from upstream.