summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2006-11-29 20:25:21 +0000
committerNed Ludd <solar@gentoo.org>2006-11-29 20:25:21 +0000
commit1b6cb6e19952d0d7b7bb21a000f39d4519d8cd93 (patch)
tree1c65c830079df47500a0791cae42f597cbbed277 /bin/ebuild.sh
parentFor bug #8423, make dispatch-conf preserve timestamps when possible. (diff)
downloadportage-multirepo-1b6cb6e19952d0d7b7bb21a000f39d4519d8cd93.tar.gz
portage-multirepo-1b6cb6e19952d0d7b7bb21a000f39d4519d8cd93.tar.bz2
portage-multirepo-1b6cb6e19952d0d7b7bb21a000f39d4519d8cd93.zip
- make sure QUIET mode is exported to the environment properly when using -q mode.
svn path=/main/trunk/; revision=5142
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index f990913f..697ef494 100755
--- 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"