From 6336ea3ccaf12f14384f8d4d04602ec088ef7bf1 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 29 Dec 2007 19:36:57 +0000 Subject: Fix broken Darwin USERLAND detection. svn path=/main/trunk/; revision=9116 --- bin/isolated-functions.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') 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" ;; -- cgit v1.2.3-1-g7c22