From: Zac Medico Date: Sat, 18 Aug 2012 01:12:41 +0000 (-0700) Subject: emerge-delta-webrsync: add -q/--quiet option X-Git-Tag: v2.2.0_alpha122~21 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=76fa7e4b7a28804d42b2fa7f50f9d9bfc73312b9;p=portage.git emerge-delta-webrsync: add -q/--quiet option --- diff --git a/misc/emerge-delta-webrsync b/misc/emerge-delta-webrsync index 3b934ffe9..aa3a3d956 100755 --- a/misc/emerge-delta-webrsync +++ b/misc/emerge-delta-webrsync @@ -63,6 +63,12 @@ unset IFS MUST_SYNC='1' unset PUKE_HELP wgetops for x in $*; do + case "${x}" in + -q|--quiet) + PORTAGE_QUIET=1 + continue + ;; + esac if [[ $x == "-u" ]]; then MUST_SYNC='' elif [[ $x == "-k" ]]; then