From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8604E1382C5 for ; Fri, 12 Mar 2021 16:28:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5909E08F1; Fri, 12 Mar 2021 16:28:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BEF2CE08F1 for ; Fri, 12 Mar 2021 16:28:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3E8F340AC7 for ; Fri, 12 Mar 2021 16:28:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89342C3 for ; Fri, 12 Mar 2021 16:28:42 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1615566507.92c3c0492056f25062780302317429d0792e5ed8.vapier@gentoo> Subject: [gentoo-commits] proj/locale-gen:master commit in: / X-VCS-Repository: proj/locale-gen X-VCS-Files: locale-gen X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 92c3c0492056f25062780302317429d0792e5ed8 X-VCS-Branch: master Date: Fri, 12 Mar 2021 16:28:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9b6c305e-3f87-40c6-9c62-090e9c9e1938 X-Archives-Hash: e1c9e6ab816bd1083621fc95473cc177 commit: 92c3c0492056f25062780302317429d0792e5ed8 Author: Mike Frysinger chromium org> AuthorDate: Fri Mar 12 16:28:27 2021 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Mar 12 16:28:27 2021 +0000 URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=92c3c049 omit spam when in quiet mode Signed-off-by: Mike Frysinger gentoo.org> locale-gen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale-gen b/locale-gen index f0dc40e..b41258f 100755 --- a/locale-gen +++ b/locale-gen @@ -416,7 +416,7 @@ if ${LOCALE_ARCHIVE} && [[ -z ${JUST_LIST} ]] ; then ) done eend $ret - else + elif [[ ${QUIET} -eq 0 ]] ; then einfo "No locales are to be added to the archive." fi fi