From 46ffd79c1a76a12c5989fbd5a0ea1398a5308bed Mon Sep 17 00:00:00 2001 From: alarig Date: Fri, 18 May 2018 11:15:15 +0200 Subject: [PATCH] =?UTF-8?q?And=20it=E2=80=99s=20even=20better=20with=20--q?= =?UTF-8?q?uiet-build=3Dy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- check_updates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_updates.sh b/check_updates.sh index eedcd88..f4be821 100755 --- a/check_updates.sh +++ b/check_updates.sh @@ -25,7 +25,7 @@ if [ "$(grep '\[ebuild U' ${TMP_FILE})" != '' ]; then fi if ! [ -z "$(grep -v '{}' /var/lib/portage/preserved_libs_registry)" ]; then - emerge -v @preserved-rebuild >> ${MAIL} + emerge -v --quiet-build=y @preserved-rebuild >> ${MAIL} fi emerge -p --depclean --with-bdeps\=y >> ${MAIL}