commit:     dc7f7d0ea3dd0128b69cb034fa68372f6376327a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 08:08:15 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 08:08:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=dc7f7d0e

scripts/bootstrap-prefix.sh: add bash-5.0 as well

Why not?

Bug: https://bugs.gentoo.org/921535
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 728a148c71..8ab84a3a2b 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1296,6 +1296,7 @@ bootstrap_texinfo() {
 bootstrap_bash() {
        bootstrap_gnu bash 5.2 ||
        bootstrap_gnu bash 5.1 ||
+       bootstrap_gnu bash 5.0 ||
        bootstrap_gnu bash 4.3 ||
        bootstrap_gnu bash 4.2
 }

Reply via email to