aboutsummaryrefslogtreecommitdiffstats
path: root/lang.csh
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-08-20 21:56:26 +0000
committerBill Nottingham <notting@redhat.com>2001-08-20 21:56:26 +0000
commit05e8f781e46d8f650c2c61c0fced9d5c4820e657 (patch)
tree9785d243568a893ba6c962aaf46a0f303b87927d /lang.csh
parent8b4316bdc023bf67bee947a8587f59b7549a1996 (diff)
downloadinitscripts-05e8f781e46d8f650c2c61c0fced9d5c4820e657.tar
initscripts-05e8f781e46d8f650c2c61c0fced9d5c4820e657.tar.gz
initscripts-05e8f781e46d8f650c2c61c0fced9d5c4820e657.tar.bz2
initscripts-05e8f781e46d8f650c2c61c0fced9d5c4820e657.tar.xz
initscripts-05e8f781e46d8f650c2c61c0fced9d5c4820e657.zip
get the other fd/15 reference too
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 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