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.sh | |
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.sh')
-rwxr-xr-x | lang.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ if [ "$sourced" = 1 ]; then esac fi - unset SYSFONTACM SYSFONT + unset SYSFONTACM SYSFONT consoletype fi unset sourced unset langfile |