As suggested by grobian, treat Darwin just like USERLAND=gnu
authorZac Medico <zmedico@gentoo.org>
Sat, 29 Dec 2007 20:17:10 +0000 (20:17 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 29 Dec 2007 20:17:10 +0000 (20:17 -0000)
since they seem to be switching commands to gnu anyway.
(trunk r9118)

svn path=/main/branches/2.1.2/; revision=9119

bin/isolated-functions.sh

index 6feb48dd741a8bb0bb2d5bc29f9d5333ec96f38c..d7218b92fd6d80026e1577dcee14ba40c904336b 100644 (file)
@@ -388,7 +388,7 @@ fi
 
 if [[ -z ${XARGS} ]] ; then
        case ${USERLAND} in
-       BSD|Darwin)
+       BSD)
                export XARGS="xargs"
                ;;
        *)