aboutsummaryrefslogtreecommitdiffstats
path: root/lang.csh
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2009-03-17 15:14:26 -0400
committerHarald Hoyer <harald@redhat.com>2009-05-04 16:05:04 +0200
commit8db45a87941794fc24bdbf063be71d1eb1b9522b (patch)
treef0f6bc30f4e220879b04e88023fb4fec7cb72c7a /lang.csh
parent8e73f0feee8fc7cc4a502989e737b5ff752bd33d (diff)
downloadinitscripts-8db45a87941794fc24bdbf063be71d1eb1b9522b.tar
initscripts-8db45a87941794fc24bdbf063be71d1eb1b9522b.tar.gz
initscripts-8db45a87941794fc24bdbf063be71d1eb1b9522b.tar.bz2
initscripts-8db45a87941794fc24bdbf063be71d1eb1b9522b.tar.xz
initscripts-8db45a87941794fc24bdbf063be71d1eb1b9522b.zip
Add an option for consoletype to always return 0. (#453798, <notting@redhat.com>)
This allows tcsh -e to work, with lang.sh. It's a hack, but there really isn't a better way to solve it.
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 0327a27a..3a6a667a 100755
--- a/lang.csh
+++ b/lang.csh
@@ -26,7 +26,7 @@ if ($sourced == 1) then
endif
endif
- set consoletype=`/sbin/consoletype`
+ set consoletype=`/sbin/consoletype stdout`
if ($?CHARSET) then
switch ($CHARSET)