diff options
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) |