Author: pierre
Date: Sun Nov 19 08:59:34 2017
New Revision: 4015

Log:
Do not set LC_ALL in BLFS/envars.conf,
and rely on the user setting an UTF-8 locale

Modified:
   jhalfs/trunk/BLFS/envars.conf

Modified: jhalfs/trunk/BLFS/envars.conf
==============================================================================
--- jhalfs/trunk/BLFS/envars.conf       Wed Nov  1 07:40:53 2017        (r4014)
+++ jhalfs/trunk/BLFS/envars.conf       Sun Nov 19 08:59:34 2017        (r4015)
@@ -32,8 +32,10 @@
 # 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.
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to