diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-09-21 17:55:13 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-09-21 17:55:13 +0000 |
commit | e56d9dc813eda847dbd700b1bda37af626e680fe (patch) | |
tree | 9c2c6813078eb25d9dd164f28fbb3807916ee984 /chapter07 | |
parent | 81d71c26f589e7c81d4c1755e0447a225e08c8b0 (diff) |
Simplified LANG tagging.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8394 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/profile.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/profile.xml b/chapter07/profile.xml index e68172ccc..76ddcca89 100644 --- a/chapter07/profile.xml +++ b/chapter07/profile.xml @@ -140,7 +140,7 @@ LC_ALL=<locale name> locale int_prefix</userinput></screen> <screen><userinput>cat > /etc/profile << "EOF" <literal># Begin /etc/profile -export LANG=<replaceable><ll></replaceable>_<replaceable><CC></replaceable>.<replaceable><charmap></replaceable><replaceable><@modifiers></replaceable> +export LANG=<replaceable><ll>_<CC>.<charmap><@modifiers></replaceable> # End /etc/profile</literal> EOF</userinput></screen> |