From 05e8f781e46d8f650c2c61c0fced9d5c4820e657 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 20 Aug 2001 21:56:26 +0000 Subject: get the other fd/15 reference too --- lang.csh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang.csh b/lang.csh index 041a6069..4774fa1e 100755 --- a/lang.csh +++ b/lang.csh @@ -35,7 +35,7 @@ if ($sourced == 1) then if ( $?TERM ) then if ( "$TERM" == "linux" ) then if ( `/sbin/consoletype` == "vt" ) then - /bin/echo -n -e '\033(K' >/proc/$$/fd/15 + /bin/echo -n -e '\033(K' >/dev/tty endif endif endif -- cgit v1.2.1