From 9c706f8bad8439ac35a467bbd3672b90b0a6c7c0 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 18 Aug 2004 15:57:54 +0000 Subject: don't remove linguas (part of #9733) --- lang.csh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lang.csh') diff --git a/lang.csh b/lang.csh index 333463f7..a5185419 100755 --- a/lang.csh +++ b/lang.csh @@ -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) -- cgit