commit:     f8d42d6fb3b9d7f4ce3b20ed016a9df7aa7fb91b
Author:     Jacob Floyd <cognifloyd <AT> gmail <DOT> com>
AuthorDate: Sat Dec 19 06:16:31 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Dec 31 15:23:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=f8d42d6f

Bootstrap with bash 5.1 instead of 5.1-rc3

Prefer releases over rc

Signed-off-by: Jacob Floyd <cognifloyd <AT> gmail.com>
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 scripts/bootstrap-prefix.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index c58ae8fcf1..5a73a87f8d 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1385,7 +1385,7 @@ bootstrap_texinfo() {
 }
 
 bootstrap_bash() {
-       bootstrap_gnu bash 5.1-rc3 ||
+       bootstrap_gnu bash 5.1 ||
        bootstrap_gnu bash 4.3 ||
        bootstrap_gnu bash 4.2
 }

Reply via email to