SOURCES: anaconda-upd-instroot - mawk has no gensub, force gawk
glen
glen at pld-linux.org
Tue May 16 00:24:57 CEST 2006
Author: glen Date: Mon May 15 22:24:57 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- mawk has no gensub, force gawk
---- Files affected:
SOURCES:
anaconda-upd-instroot (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SOURCES/anaconda-upd-instroot
diff -u SOURCES/anaconda-upd-instroot:1.4 SOURCES/anaconda-upd-instroot:1.5
--- SOURCES/anaconda-upd-instroot:1.4 Wed May 4 00:17:22 2005
+++ SOURCES/anaconda-upd-instroot Tue May 16 00:24:52 2006
@@ -881,7 +881,7 @@
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);
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/anaconda-upd-instroot?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list