summaryrefslogtreecommitdiffstats
path: root/bin/isolated-functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/isolated-functions.sh')
-rwxr-xr-xbin/isolated-functions.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index 6feb48dd7..6be994db0 100755
--- a/bin/isolated-functions.sh
+++ b/bin/isolated-functions.sh
@@ -380,6 +380,9 @@ if [[ -z ${USERLAND} ]] ; then
*BSD|DragonFly)
export USERLAND="BSD"
;;
+ Darwin)
+ export USERLAND="Darwin"
+ ;;
*)
export USERLAND="GNU"
;;