aboutsummaryrefslogtreecommitdiffstats
path: root/lang.csh
diff options
context:
space:
mode:
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