aboutsummaryrefslogtreecommitdiffstats
path: root/lang.csh
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-04-03 16:25:19 +0000
committerBill Nottingham <notting@redhat.com>2003-04-03 16:25:19 +0000
commitf104533e4462d4caaa416e3d1a6b5a1284d66e02 (patch)
treeec0001ba7dd32f66993ee47669cf2c95e888f207 /lang.csh
parent5217f545232d8d95444da2bae125f2b13f52900e (diff)
downloadinitscripts-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-xlang.csh6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang.csh b/lang.csh
index dfc4bad5..b119ca51 100755
--- a/lang.csh
+++ b/lang.csh
@@ -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