From dc7f7d0ea3dd0128b69cb034fa68372f6376327a Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 7 Jan 2024 08:08:15 +0000 Subject: [PATCH] scripts/bootstrap-prefix.sh: add bash-5.0 as well Why not? Bug: https://bugs.gentoo.org/921535 Signed-off-by: Sam James --- 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 }