diff options
author | Bill Nottingham <notting@redhat.com> | 2008-03-14 15:45:00 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2008-03-14 15:45:00 -0400 |
commit | 6e95a2571e8f124559b131b0c74aaa4ee886963c (patch) | |
tree | 80255e8f46bab37d6121f5bbd27040ae4d525354 /lang.csh | |
parent | 5044c50c9c975fd870c64710f36edd2b5a8ca7a4 (diff) | |
download | initscripts-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-x | lang.csh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,4 +77,5 @@ if ($sourced == 1) then endif unsetenv SYSFONTACM unsetenv SYSFONT + unsetenv consoletype endif |