--- lang.csh.orig Wed Jan 31 07:41:11 2001 +++ lang.csh Thu Feb 1 01:51:05 2001 @@ -37,7 +37,7 @@ if ( $?TERM ) then if ( "$TERM" == "linux" ) then if ( `/sbin/consoletype` == "vt" ) then - /bin/echo -n -e '\033(K' > /proc/$$/fd/0 + /bin/echo -n -e '\033(K' > /proc/self/fd/0 endif endif endif