aboutsummaryrefslogtreecommitdiffstats
path: root/lang.sh
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2006-02-07 18:58:33 +0000
committerBill Nottingham <notting@redhat.com>2006-02-07 18:58:33 +0000
commit9ef884abf48c3fbd320ee3720429a6b2c8b2feda (patch)
treea0c213b178521f9519b5e928f8be4912d87bf5e4 /lang.sh
parent3b63da3a057db5438b04e3a22931c24bdca548f9 (diff)
downloadinitscripts-9ef884abf48c3fbd320ee3720429a6b2c8b2feda.tar
initscripts-9ef884abf48c3fbd320ee3720429a6b2c8b2feda.tar.gz
initscripts-9ef884abf48c3fbd320ee3720429a6b2c8b2feda.tar.bz2
initscripts-9ef884abf48c3fbd320ee3720429a6b2c8b2feda.tar.xz
initscripts-9ef884abf48c3fbd320ee3720429a6b2c8b2feda.zip
revert fix for #176832, it's broken
Diffstat (limited to 'lang.sh')
-rwxr-xr-xlang.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang.sh b/lang.sh
index 5f75281d..6b186ce6 100755
--- a/lang.sh
+++ b/lang.sh
@@ -61,7 +61,7 @@ if [ "$sourced" = 1 ]; then
if [ -n "$LANG" ]; then
case $LANG in
*.utf8*|*.UTF-8*)
- if [ "$TERM" = "linux" -a $SHLVL -eq 1 ]; then
+ if [ "$TERM" = "linux" ]; then
if [ "`/sbin/consoletype`" = "vt" ]; then
[ -x /bin/unicode_start ] && /sbin/consoletype fg && /bin/unicode_start $SYSFONT $SYSFONTACM
fi