projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f722cd1
)
As suggested by grobian, treat Darwin just like USERLAND=gnu
author
Zac Medico
<zmedico@gentoo.org>
Sat, 29 Dec 2007 20:17:10 +0000
(20:17 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 29 Dec 2007 20:17:10 +0000
(20:17 -0000)
since they seem to be switching commands to gnu anyway.
(trunk r9118)
svn path=/main/branches/2.1.2/; revision=9119
bin/isolated-functions.sh
patch
|
blob
|
history
diff --git
a/bin/isolated-functions.sh
b/bin/isolated-functions.sh
index 6feb48dd741a8bb0bb2d5bc29f9d5333ec96f38c..d7218b92fd6d80026e1577dcee14ba40c904336b 100644
(file)
--- 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"
;;
*)