summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
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
parentbb5bb2180186cd5cf138f4d17bb315e228d0a563 (diff)
downloadportage-1b6cb6e19952d0d7b7bb21a000f39d4519d8cd93.tar.gz
portage-1b6cb6e19952d0d7b7bb21a000f39d4519d8cd93.tar.bz2
portage-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 f990913fe..697ef494e 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"