Fix broken -L for short locale names.

This commit is contained in:
ru 2001-02-16 12:28:30 +00:00
parent 19406c7d66
commit 65018bec8d

View File

@ -420,6 +420,8 @@ sub short_locale_name {
$lname =~ s|_[A-Z][A-Z]||;
warn "short locale name is $lname\n" if $verbose && $locale;
return $lname;
}
#############