diff options
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r-- | perl-install/lang.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 2b26c7305..3cabc18f7 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -940,8 +940,7 @@ sub set { put_in_hash(\%ENV, i18n_env($locale)); - if ($::move) { - } elsif (!$::isInstall) { + if (!$::isInstall) { bindtextdomain(); } else { $ENV{LC_NUMERIC} = 'C'; #- otherwise eval "1.5" returns 1 in fr_FR |