From 1359492b407a9dec8f18f59e412f1d571db39827 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 7 Dec 2000 17:18:47 +0000 Subject: specify full path to /sbin/consoletype (from milan.kerslager@spsselib.hiedu.cz) --- lang.csh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1