summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-12-29 20:17:10 +0000
committerZac Medico <zmedico@gentoo.org>2007-12-29 20:17:10 +0000
commit2c6fbaeb0655ead3340fd8e6fb1d761f939b273b (patch)
tree369b7eefb99f8b2364c5e1fbf047aba921a5dc07 /bin
parentf722cd1398de873da0c80560c2248b6205a5aed8 (diff)
downloadportage-2c6fbaeb0655ead3340fd8e6fb1d761f939b273b.tar.gz
portage-2c6fbaeb0655ead3340fd8e6fb1d761f939b273b.tar.bz2
portage-2c6fbaeb0655ead3340fd8e6fb1d761f939b273b.zip
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
Diffstat (limited to 'bin')
-rw-r--r--bin/isolated-functions.sh2
1 files changed, 1 insertions, 1 deletions
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"
;;
*)