aboutsummaryrefslogtreecommitdiffstats
path: root/lang.csh
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2009-03-17 15:14:26 -0400
committerBill Nottingham <notting@redhat.com>2009-03-17 15:14:26 -0400
commit30558c7a855058994a520c74af77db0854fc296d (patch)
treebf4071b6148108c18036640e9f2e917af87c750e /lang.csh
parenta0895aba2529c34387cf9abdc658f5f43c39d32c (diff)
downloadinitscripts-30558c7a855058994a520c74af77db0854fc296d.tar
initscripts-30558c7a855058994a520c74af77db0854fc296d.tar.gz
initscripts-30558c7a855058994a520c74af77db0854fc296d.tar.bz2
initscripts-30558c7a855058994a520c74af77db0854fc296d.tar.xz
initscripts-30558c7a855058994a520c74af77db0854fc296d.zip
Add an option for consoletype to always return 0.
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 04288571..9d68d9a4 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 ($?LANG) then
switch ($LANG)