projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb5bb21
)
- make sure QUIET mode is exported to the environment properly when using -q mode.
author
Ned Ludd
<solar@gentoo.org>
Wed, 29 Nov 2006 20:25:21 +0000
(20:25 -0000)
committer
Ned Ludd
<solar@gentoo.org>
Wed, 29 Nov 2006 20:25:21 +0000
(20:25 -0000)
svn path=/main/trunk/; revision=5142
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index f990913fe5eb6170fc51c3b56ae01d347ef4e8bd..697ef494e17e435d6d8207df6c95f3926e17bb79 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-60,6
+60,7
@@
case "${NOCOLOR:-false}" in
;;
esac
+[[ $PORTAGE_QUIET != "" ]] && export PORTAGE_QUIET
# the sandbox is disabled by default except when overridden in the relevant stages
export SANDBOX_ON="0"