Skip to content

Commit

Permalink
scripts/bootstrap-prefix.sh: add bash-5.0 as well
Browse files Browse the repository at this point in the history
Why not?

Bug: https://bugs.gentoo.org/921535
Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
thesamesam committed Jan 7, 2024
1 parent 8b37896 commit dc7f7d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/bootstrap-prefix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit dc7f7d0

Please sign in to comment.