From 4ae7f766207f539d04b5293daab8e1a251831eb3 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 29 Dec 2007 20:14:05 +0000 Subject: As suggested by grobian, treat Darwin just like USERLAND=gnu since they seem to be switching commands to gnu anyway. svn path=/main/trunk/; revision=9118 --- bin/isolated-functions.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'bin/isolated-functions.sh') diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index 6be994db0..d7218b92f 100755 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -380,9 +380,6 @@ if [[ -z ${USERLAND} ]] ; then *BSD|DragonFly) export USERLAND="BSD" ;; - Darwin) - export USERLAND="Darwin" - ;; *) export USERLAND="GNU" ;; @@ -391,7 +388,7 @@ fi if [[ -z ${XARGS} ]] ; then case ${USERLAND} in - BSD|Darwin) + BSD) export XARGS="xargs" ;; *) -- cgit v1.2.3-1-g7c22