aboutsummaryrefslogtreecommitdiffstats
path: root/lang.csh
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-12-07 17:18:47 +0000
committerBill Nottingham <notting@redhat.com>2000-12-07 17:18:47 +0000
commit1359492b407a9dec8f18f59e412f1d571db39827 (patch)
tree21fd9c5b1aa7763d2061736f115880c57f28da01 /lang.csh
parenta0c90602f0ba826593a68f60271912f53900f9b2 (diff)
downloadinitscripts-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-xlang.csh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang.csh b/lang.csh
index b644c16c..eec5b267 100755
--- a/lang.csh
+++ b/lang.csh
@@ -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