Mike Frysinger wrote:
every use of find | xargs in there should be fixed to use find -print0 | xargs -0

The second one, yes, that's fixed now. The first one, no, cause egrep wouldn't like it. The xargs -d' ' ensures that \n instead of a simple space is used as delimiter. If some package really installs files with a newline character in its name, well, then that package is just not worth including in emul-packages.

--
Kind Regards,

Simon Stelling
Gentoo/AMD64 developer
--
gentoo-dev@gentoo.org mailing list

Reply via email to