From: Zac Medico Date: Sat, 29 Dec 2007 20:17:10 +0000 (-0000) Subject: As suggested by grobian, treat Darwin just like USERLAND=gnu X-Git-Tag: v2.1.4~30 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2c6fbaeb0655ead3340fd8e6fb1d761f939b273b;p=portage.git As suggested by grobian, treat Darwin just like USERLAND=gnu since they seem to be switching commands to gnu anyway. (trunk r9118) svn path=/main/branches/2.1.2/; revision=9119 --- diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index 6feb48dd7..d7218b92f 100644 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -388,7 +388,7 @@ fi if [[ -z ${XARGS} ]] ; then case ${USERLAND} in - BSD|Darwin) + BSD) export XARGS="xargs" ;; *)