projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4ff833
)
Only addwrite for tmp dirs if sandbox is enabled.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 27 Oct 2010 18:53:47 +0000
(11:53 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 27 Oct 2010 19:15:54 +0000
(12:15 -0700)
This should fix bug #307729.
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 0d59f4ebd7552310dbba3204d7ce77eb45e6c058..42ca1feb7da22f4749dfed6f9cf069a7dd034e49 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-106,7
+106,7
@@
if [[ -w $T ]] ; then
export TEMP=$T
export TMP=$T
export TMPDIR=$T
-el
se
+el
if [[ $SANDBOX_ON = 1 ]] ; then
for x in TEMP TMP TMPDIR ; do
[[ -n ${!x} ]] && addwrite "${!x}"
done