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

scripts/bootstrap-prefix.sh: try bootstrap bash 5.2 as well

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 7f3a1b3477..728a148c71 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1294,6 +1294,7 @@ bootstrap_texinfo() {
 }
 
 bootstrap_bash() {
+       bootstrap_gnu bash 5.2 ||
        bootstrap_gnu bash 5.1 ||
        bootstrap_gnu bash 4.3 ||
        bootstrap_gnu bash 4.2

Reply via email to