From 2c6fbaeb0655ead3340fd8e6fb1d761f939b273b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 29 Dec 2007 20:17:10 +0000 Subject: 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 --- bin/isolated-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ;; *) -- cgit v1.2.3-1-g7c22