diff options
author | Bill Nottingham <notting@redhat.com> | 2003-04-03 16:25:19 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-04-03 16:25:19 +0000 |
commit | f104533e4462d4caaa416e3d1a6b5a1284d66e02 (patch) | |
tree | ec0001ba7dd32f66993ee47669cf2c95e888f207 /lang.csh | |
parent | 5217f545232d8d95444da2bae125f2b13f52900e (diff) | |
download | initscripts-f104533e4462d4caaa416e3d1a6b5a1284d66e02.tar initscripts-f104533e4462d4caaa416e3d1a6b5a1284d66e02.tar.gz initscripts-f104533e4462d4caaa416e3d1a6b5a1284d66e02.tar.bz2 initscripts-f104533e4462d4caaa416e3d1a6b5a1284d66e02.tar.xz initscripts-f104533e4462d4caaa416e3d1a6b5a1284d66e02.zip |
switch back
Diffstat (limited to 'lang.csh')
-rwxr-xr-x | lang.csh | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -74,10 +74,12 @@ if ($sourced == 1) then if ( $?TERM ) then if ( "$TERM" == "linux" ) then if ( `/sbin/consoletype` == "vt" ) then - if ( $?SYSFONTACM ) then + if ( -x /bin/unicode_start ) then + if ( $?SYSFONTACM ) then unicode_start $SYSFONT $SYSFONTACM - else + else unicode_start $SYSFONT + endif endif endif endif |