From 4225570cbd69a740e58045e3ad05d3d496184afe Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 30 Apr 2003 20:32:47 +0000 Subject: rhgb updates --- lang.csh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'lang.csh') diff --git a/lang.csh b/lang.csh index b119ca51..316de43e 100755 --- a/lang.csh +++ b/lang.csh @@ -75,10 +75,12 @@ if ($sourced == 1) then if ( "$TERM" == "linux" ) then if ( `/sbin/consoletype` == "vt" ) then if ( -x /bin/unicode_start ) then - if ( $?SYSFONTACM ) then - unicode_start $SYSFONT $SYSFONTACM - else - unicode_start $SYSFONT + if ( $?SYSFONT ) then + if ( $?SYSFONTACM ) then + unicode_start $SYSFONT $SYSFONTACM + else + unicode_start $SYSFONT + endif endif endif endif -- cgit