summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
;;
*)