aboutsummaryrefslogtreecommitdiffstats
path: root/lang.csh
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2008-03-14 15:45:00 -0400
committerBill Nottingham <notting@redhat.com>2008-03-14 15:45:00 -0400
commit6e95a2571e8f124559b131b0c74aaa4ee886963c (patch)
tree80255e8f46bab37d6121f5bbd27040ae4d525354 /lang.csh
parent5044c50c9c975fd870c64710f36edd2b5a8ca7a4 (diff)
downloadinitscripts-6e95a2571e8f124559b131b0c74aaa4ee886963c.tar
initscripts-6e95a2571e8f124559b131b0c74aaa4ee886963c.tar.gz
initscripts-6e95a2571e8f124559b131b0c74aaa4ee886963c.tar.bz2
initscripts-6e95a2571e8f124559b131b0c74aaa4ee886963c.tar.xz
initscripts-6e95a2571e8f124559b131b0c74aaa4ee886963c.zip
don't leak consoletype into the environment
Diffstat (limited to 'lang.csh')
-rwxr-xr-xlang.csh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang.csh b/lang.csh
index 5757088c..72f39435 100755
--- a/lang.csh
+++ b/lang.csh
@@ -77,4 +77,5 @@ if ($sourced == 1) then
endif
unsetenv SYSFONTACM
unsetenv SYSFONT
+ unsetenv consoletype
endif