Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Thu, 31 Dec 2020 15:24:00
Message-Id: 1609428222.f8d42d6fb3b9d7f4ce3b20ed016a9df7aa7fb91b.grobian@gentoo
1 commit: f8d42d6fb3b9d7f4ce3b20ed016a9df7aa7fb91b
2 Author: Jacob Floyd <cognifloyd <AT> gmail <DOT> com>
3 AuthorDate: Sat Dec 19 06:16:31 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 15:23:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=f8d42d6f
7
8 Bootstrap with bash 5.1 instead of 5.1-rc3
9
10 Prefer releases over rc
11
12 Signed-off-by: Jacob Floyd <cognifloyd <AT> gmail.com>
13 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
14
15 scripts/bootstrap-prefix.sh | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
19 index c58ae8fcf1..5a73a87f8d 100755
20 --- a/scripts/bootstrap-prefix.sh
21 +++ b/scripts/bootstrap-prefix.sh
22 @@ -1385,7 +1385,7 @@ bootstrap_texinfo() {
23 }
24
25 bootstrap_bash() {
26 - bootstrap_gnu bash 5.1-rc3 ||
27 + bootstrap_gnu bash 5.1 ||
28 bootstrap_gnu bash 4.3 ||
29 bootstrap_gnu bash 4.2
30 }