diff options
-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" |