From 359814426ecf73211221d87a9a1ecafff10545c9 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 20 Jan 2006 22:00:04 +0000 Subject: get rid of some path lookups (#178321, ) --- lang.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang.sh') diff --git a/lang.sh b/lang.sh index 2bf16f35..50c7c000 100755 --- a/lang.sh +++ b/lang.sh @@ -61,8 +61,8 @@ if [ "$sourced" = 1 ]; then if [ -n "$LANG" ]; then case $LANG in *.utf8*|*.UTF-8*) - if [ "$TERM" = "linux" -a "`/sbin/consoletype`" = "vt" -a $SHLVL -eq 1 ]; then - [ -x /bin/unicode_start ] && /sbin/consoletype fg && unicode_start $SYSFONT $SYSFONTACM + if [ "$TERM" = "linux" -a "`/sbin/consoletype`" = "vt" ]; then + [ -x /bin/unicode_start ] && /sbin/consoletype fg && /bin/unicode_start $SYSFONT $SYSFONTACM fi ;; esac -- cgit v1.2.1