From: Zac Medico Date: Sat, 3 Feb 2007 11:16:18 +0000 (-0000) Subject: Fix a typo from the previos commit. X-Git-Tag: v2.2_pre1~1757 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9ba9195677e412a15ed59854842b689ad98227bc;p=portage.git Fix a typo from the previos commit. svn path=/main/trunk/; revision=5879 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index e0be4c17d..d943a64a1 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -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() {