From 9ba9195677e412a15ed59854842b689ad98227bc Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 3 Feb 2007 11:16:18 +0000 Subject: Fix a typo from the previos commit. svn path=/main/trunk/; revision=5879 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v1.2.3-1-g7c22