]> git.pld-linux.org Git - packages/anaconda.git/commitdiff
- mawk has no gensub, force gawk
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 15 May 2006 22:24:52 +0000 (22:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anaconda-upd-instroot -> 1.5

anaconda-upd-instroot

index 399e62e243579210714bb15fa9ae99406ec71764..f308727926d0671aeaea5312f042abd38f24c712 100644 (file)
@@ -881,7 +881,7 @@ for p in $DEST $DESTGR; do
 done
 
 # Remove locales unused during the install
-cat $DESTGR/usr/lib/anaconda/lang-table* | awk '
+cat $DESTGR/usr/lib/anaconda/lang-table* | gawk '
 { gsub("-", "", $4);
   print $4;
   print gensub(/\..*$/,"","",$4);
This page took 0.033663 seconds and 4 git commands to generate.