Make the FEATURES=sfperms loops safe for whitespace in paths
authorZac Medico <zmedico@gentoo.org>
Fri, 28 Dec 2007 21:10:25 +0000 (21:10 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 28 Dec 2007 21:10:25 +0000 (21:10 -0000)
commit8970d4fc1446536cefa4f9076ce107e2d2f4b020
treeaf6c0614b5acf30391030a3761c34c765815414b
parenta5fbe42b9cd508dcd829c9ccbb73f975a4d31db5
Make the FEATURES=sfperms loops safe for whitespace in paths
by using find -print0 | while read -d $'\0'.

svn path=/main/trunk/; revision=9083
bin/misc-functions.sh