diff options
author | Ned Ludd <solar@gentoo.org> | 2006-11-29 20:25:21 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2006-11-29 20:25:21 +0000 |
commit | 1b6cb6e19952d0d7b7bb21a000f39d4519d8cd93 (patch) | |
tree | 1c65c830079df47500a0791cae42f597cbbed277 | |
parent | bb5bb2180186cd5cf138f4d17bb315e228d0a563 (diff) | |
download | portage-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
-rwxr-xr-x | bin/ebuild.sh | 1 |
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" |