From 899642c4ed11a90e17f1d407deeaca9c012cb292 Mon Sep 17 00:00:00 2001 From: alarig Date: Mon, 9 Apr 2018 07:58:09 +0200 Subject: [PATCH] emerge: error: argument --quiet-build: invalid choice: 1 (choose from True, y, n) --- check_updates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_updates.sh b/check_updates.sh index 1b82344..64d9862 100755 --- a/check_updates.sh +++ b/check_updates.sh @@ -10,7 +10,7 @@ PORTAGE_QUIET='1' eix-sync 1>/dev/null 2>${TMP_FILE} -emerge -v --update --newuse --deep --with-bdeps=y --quiet-build=1 @world \\ +emerge -v --update --newuse --deep --with-bdeps=y --quiet-build=y @world \\ &>> ${TMP_FILE} if [ "$(grep '\[ebuild U' ${TMP_FILE})" != '' ]; then