diff options
author | Bill Nottingham <notting@redhat.com> | 2004-08-18 15:57:54 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-08-18 15:57:54 +0000 |
commit | 9c706f8bad8439ac35a467bbd3672b90b0a6c7c0 (patch) | |
tree | 03715cc67edff6de3d75b63cbe8a24a25d022798 /lang.csh | |
parent | 903bc93eec508359479d00b11a3e5331a414c40f (diff) | |
download | initscripts-9c706f8bad8439ac35a467bbd3672b90b0a6c7c0.tar initscripts-9c706f8bad8439ac35a467bbd3672b90b0a6c7c0.tar.gz initscripts-9c706f8bad8439ac35a467bbd3672b90b0a6c7c0.tar.bz2 initscripts-9c706f8bad8439ac35a467bbd3672b90b0a6c7c0.tar.xz initscripts-9c706f8bad8439ac35a467bbd3672b90b0a6c7c0.zip |
don't remove linguas (part of #9733)
Diffstat (limited to 'lang.csh')
-rwxr-xr-x | lang.csh | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -25,11 +25,6 @@ if ($sourced == 1) then unsetenv LC_ALL endif endif - if ($?LINGUAS && $?LANG) then - if ($LINGUAS == $LANG) then - unsetenv LINGUAS - endif - endif if ($?CHARSET) then switch ($CHARSET) |