Make the FEATURES=sfperms loops safe for whitespace in paths
authorZac Medico <zmedico@gentoo.org>
Fri, 28 Dec 2007 21:11:20 +0000 (21:11 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 28 Dec 2007 21:11:20 +0000 (21:11 -0000)
commitb5d41fb2875c7a167dcd310827740d6c3f615dbc
treeded756b65de1516bd0cea6e8ca6ef6cc37ffb373
parent0ad19b9350aa5b6b91b060b8caa0bd3582e4398e
Make the FEATURES=sfperms loops safe for whitespace in paths
by using find -print0 | while read -d $'\0'. (trunk r9083)

svn path=/main/branches/2.1.2/; revision=9084
bin/misc-functions.sh