aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-09-21 17:55:13 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-09-21 17:55:13 +0000
commite56d9dc813eda847dbd700b1bda37af626e680fe (patch)
tree9c2c6813078eb25d9dd164f28fbb3807916ee984 /chapter07
parent81d71c26f589e7c81d4c1755e0447a225e08c8b0 (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.xml2
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=&lt;locale name&gt; locale int_prefix</userinput></screen>
<screen><userinput>cat &gt; /etc/profile &lt;&lt; "EOF"
<literal># Begin /etc/profile
-export LANG=<replaceable>&lt;ll&gt;</replaceable>_<replaceable>&lt;CC&gt;</replaceable>.<replaceable>&lt;charmap&gt;</replaceable><replaceable>&lt;@modifiers&gt;</replaceable>
+export LANG=<replaceable>&lt;ll&gt;_&lt;CC&gt;.&lt;charmap&gt;&lt;@modifiers&gt;</replaceable>
# End /etc/profile</literal>
EOF</userinput></screen>