mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix broken -L for short locale names.
This commit is contained in:
parent
ee41f1b1cf
commit
6db9673342
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
#############
|
||||
|
|
|
|||
Loading…
Reference in a new issue