On Mon, Nov 02, 2009 at 11:23:37PM +0000, William Immendorf wrote: > Does this work for you? > > sed -i 's/sort/LC_COLLATE=C &/' src/mkbuiltins
Almost, your syntax catches the other sort which already has LC_COLLATE=C prepended to it. To make sure we catch the one we want then we need to be a little more specific: sed -i 's/sort -u -k 3,3/LC_COLLATE=C &/' I'll get this commited later, thanks.
pgp1ks46CelmI.pgp
Description: PGP signature
-- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
