mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
locale: Dedup in /etc/profile
This commit is contained in:
parent
5dd707361f
commit
7c630340c2
@ -166,10 +166,6 @@ for i in $(locale); do
|
|||||||
done
|
done
|
||||||
|
|
||||||
if [[ "$TERM" = linux ]]; then
|
if [[ "$TERM" = linux ]]; then
|
||||||
for i in $(locale); do
|
|
||||||
unset ${i%=*}
|
|
||||||
done
|
|
||||||
|
|
||||||
export LANG=C
|
export LANG=C
|
||||||
else
|
else
|
||||||
export LANG=<replaceable><ll>_<CC>.<charmap><@modifiers></replaceable>
|
export LANG=<replaceable><ll>_<CC>.<charmap><@modifiers></replaceable>
|
||||||
|
Loading…
Reference in New Issue
Block a user