aboutsummaryrefslogtreecommitdiffstats
path: root/lang.csh
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-04-30 20:32:47 +0000
committerBill Nottingham <notting@redhat.com>2003-04-30 20:32:47 +0000
commit4225570cbd69a740e58045e3ad05d3d496184afe (patch)
treea880100fc5f83344b575832acb4a461128be1f56 /lang.csh
parent5d6ea8b3450b9b85e222815e131e2772f62650d1 (diff)
downloadinitscripts-4225570cbd69a740e58045e3ad05d3d496184afe.tar
initscripts-4225570cbd69a740e58045e3ad05d3d496184afe.tar.gz
initscripts-4225570cbd69a740e58045e3ad05d3d496184afe.tar.bz2
initscripts-4225570cbd69a740e58045e3ad05d3d496184afe.tar.xz
initscripts-4225570cbd69a740e58045e3ad05d3d496184afe.zip
rhgb updates
Diffstat (limited to 'lang.csh')
-rwxr-xr-xlang.csh10
1 files changed, 6 insertions, 4 deletions
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