summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-12-29 19:36:57 +0000
committerZac Medico <zmedico@gentoo.org>2007-12-29 19:36:57 +0000
commit6336ea3ccaf12f14384f8d4d04602ec088ef7bf1 (patch)
tree4269d35533b27dca58653d50d413c5af612726a3 /bin/isolated-functions.sh
parentAdd PKGDIR to the config.environ() whitelist so that people's (diff)
downloadportage-multirepo-6336ea3ccaf12f14384f8d4d04602ec088ef7bf1.tar.gz
portage-multirepo-6336ea3ccaf12f14384f8d4d04602ec088ef7bf1.tar.bz2
portage-multirepo-6336ea3ccaf12f14384f8d4d04602ec088ef7bf1.zip
Fix broken Darwin USERLAND detection.
svn path=/main/trunk/; revision=9116
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 6feb48dd..6be994db 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"
;;