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