From 507bcbec012f81d79f8b5131a72c1e3f05edf4f1 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 21 Oct 2008 08:39:00 +0000 Subject: Bug #186842 - Suppress file merge display, as previously done in --quiet mode, whenever --verbose is not enabled. Also, export PORTAGE_VERBOSE to the ebuild environment and use it to control tar verbosity when creating binary packages. svn path=/main/trunk/; revision=11709 --- bin/misc-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/misc-functions.sh') diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index ebd1d8fe6..f2e41bed8 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -629,7 +629,7 @@ dyn_package() { cd "${T}" install_mask "${PORTAGE_BUILDDIR}/image" "${PKG_INSTALL_MASK}" local tar_options="" - [ "${PORTAGE_QUIET}" == "1" ] || tar_options="${tar_options} -v" + [[ $PORTAGE_VERBOSE = 1 ]] && tar_options+=" -v" # Sandbox is disabled in case the user wants to use a symlink # for $PKGDIR and/or $PKGDIR/All. export SANDBOX_ON="0" -- cgit v1.2.3-1-g7c22