>>>>> On Mon, 15 Oct 2007, Bo Ørsted Andresen wrote:

> The best way to solve this is to use find ... -print0 | xargs -0 rm.

cd "${D}"; find . ... | xargs rm -f
and you won't need any GNU extensions.

Ulrich
-- 
[EMAIL PROTECTED] mailing list

Reply via email to