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 64CBD158013 for ; Mon, 27 Sep 2021 06:49:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEA8AE0921; Mon, 27 Sep 2021 06:49:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23B6EE0921 for ; Mon, 27 Sep 2021 06:49:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E67C1342D0C for ; Mon, 27 Sep 2021 06:49:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 372C3116 for ; Mon, 27 Sep 2021 06:49:11 +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: <1632725210.7e275ec9547798e204126fd7e4ca80a1d086cfec.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: 7e275ec9547798e204126fd7e4ca80a1d086cfec X-VCS-Branch: master Date: Mon, 27 Sep 2021 06:49:11 +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: 94a5215d-2a52-4d3a-b015-7c76aea1a597 X-Archives-Hash: fc7ffb625a28f955b43accc7af212d63 commit: 7e275ec9547798e204126fd7e4ca80a1d086cfec Author: Mike Frysinger gentoo org> AuthorDate: Mon Sep 27 06:46:50 2021 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Sep 27 06:46:50 2021 +0000 URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=7e275ec9 document bash version requirements With bash-4.0 released in 2009, should be plenty of time to use its features. Especially with Gentoo requiring newer already. Signed-off-by: Mike Frysinger gentoo.org> locale-gen | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/locale-gen b/locale-gen index 9759daa..8d27202 100755 --- a/locale-gen +++ b/locale-gen @@ -1,9 +1,11 @@ #!/bin/bash # -# Based upon Debian's locale-gen, fetched from glibc_2.3.6-7.diff.gz +# Based upon Debian's locale-gen, fetched from glibc_2.3.6-7.diff.gz, but completely rewritten. # +# NB: Bash-4.0+ required. We use += and ${var,,} features. + unset POSIXLY_CORRECT IFS umask 0022