Fix a typo from the previos commit.
authorZac Medico <zmedico@gentoo.org>
Sat, 3 Feb 2007 11:16:18 +0000 (11:16 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 3 Feb 2007 11:16:18 +0000 (11:16 -0000)
svn path=/main/trunk/; revision=5879

bin/ebuild.sh

index e0be4c17d897bc33a92d278e48b538d46780f3c2..d943a64a11848a2ebd93e762ca4326cbf6d81c6e 100755 (executable)
@@ -456,7 +456,7 @@ unpack() {
        done
        # Do not chmod '.' since it's probably ${WORKDIR} and PORTAGE_WORKDIR_MODE
        # should be preserved.
-       find . -mindepth 1 ! -type l -print0 | ${XARGS} chmod -f a+rX,u+w,g-w,o-w
+       find . -mindepth 1 ! -type l -print0 | ${XARGS} -0 chmod -f a+rX,u+w,g-w,o-w
 }
 
 strip_duplicate_slashes() {