summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2002-12-12 05:09:49 +0000
committerMatt Wilson <msw@redhat.com>2002-12-12 05:09:49 +0000
commit2be7336523a9452b7955b7a06b7424e83c101181 (patch)
tree803bbf30e2a1357259672413848ac91c69a54341 /scripts
parenta3a65637b1fb5e6456c0f713db9a89d0e3a0c1cf (diff)
downloadanaconda-2be7336523a9452b7955b7a06b7424e83c101181.tar.gz
anaconda-2be7336523a9452b7955b7a06b7424e83c101181.tar.xz
anaconda-2be7336523a9452b7955b7a06b7424e83c101181.zip
capture the elusive utf8 locale data too
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upd-instroot1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 988f11706..41641399a 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -719,6 +719,7 @@ cat $DESTGR/usr/lib/anaconda/lang-table* | awk '
{ print $5;
print gensub(/\..*$/,"","",$5);
print gensub(/_.*$/,"","",$5);
+ print gensub(/-/,"","",tolower($5));
if (split ($5, a, "\.") > 1) {
print gensub(/\..*$/,tolower("." a[2]),"",$5);
};