diff options
author | Bill Nottingham <notting@redhat.com> | 2000-12-07 17:18:47 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-12-07 17:18:47 +0000 |
commit | 1359492b407a9dec8f18f59e412f1d571db39827 (patch) | |
tree | 21fd9c5b1aa7763d2061736f115880c57f28da01 /lang.csh | |
parent | a0c90602f0ba826593a68f60271912f53900f9b2 (diff) | |
download | initscripts-1359492b407a9dec8f18f59e412f1d571db39827.tar initscripts-1359492b407a9dec8f18f59e412f1d571db39827.tar.gz initscripts-1359492b407a9dec8f18f59e412f1d571db39827.tar.bz2 initscripts-1359492b407a9dec8f18f59e412f1d571db39827.tar.xz initscripts-1359492b407a9dec8f18f59e412f1d571db39827.zip |
specify full path to /sbin/consoletype (from milan.kerslager@spsselib.hiedu.cz)
Diffstat (limited to 'lang.csh')
-rwxr-xr-x | lang.csh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ if ($sourced == 1) then case latin2-ucw*: if ( $?TERM ) then if ( "$TERM" == "linux" ) then - if ( `consoletype` == "vt" ) then + if ( `/sbin/consoletype` == "vt" ) then /bin/echo -n -e '\033(K' > /proc/$$/fd/15 endif endif |