diff options
author | Bill Nottingham <notting@redhat.com> | 2002-09-02 04:49:25 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-09-02 04:49:25 +0000 |
commit | 5b305b04c3706f37a2c38d41c7d01b8bd7bf2411 (patch) | |
tree | 4235510d67f2c34c03233f5e9aa2ad41f6edd2d3 /lang.csh | |
parent | 7e7ed36b1c34179033e99091bc974ce419e9b136 (diff) | |
download | initscripts-5b305b04c3706f37a2c38d41c7d01b8bd7bf2411.tar initscripts-5b305b04c3706f37a2c38d41c7d01b8bd7bf2411.tar.gz initscripts-5b305b04c3706f37a2c38d41c7d01b8bd7bf2411.tar.bz2 initscripts-5b305b04c3706f37a2c38d41c7d01b8bd7bf2411.tar.xz initscripts-5b305b04c3706f37a2c38d41c7d01b8bd7bf2411.zip |
fix calling of unicode_start (#73158)
Diffstat (limited to 'lang.csh')
-rwxr-xr-x | lang.csh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ if ($sourced == 1) then if ( $?TERM ) then if ( "$TERM" == "linux" ) then if ( `/sbin/consoletype` == "vt" ) then - unicode_start + unicode_start $SYSFONT $SYSFONTACM endif endif endif |