From 9ef884abf48c3fbd320ee3720429a6b2c8b2feda Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 7 Feb 2006 18:58:33 +0000 Subject: revert fix for #176832, it's broken --- lang.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang.sh') 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 -- cgit v1.2.1