From: Ned Ludd Date: Wed, 29 Nov 2006 20:25:21 +0000 (-0000) Subject: - make sure QUIET mode is exported to the environment properly when using -q mode. X-Git-Tag: v2.1.2~421 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1b6cb6e19952d0d7b7bb21a000f39d4519d8cd93;p=portage.git - make sure QUIET mode is exported to the environment properly when using -q mode. svn path=/main/trunk/; revision=5142 --- 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"