Skip to content

Commit

Permalink
scripts/bootstrap-prefix.sh: try to bootstrap only >=bash-5.0
Browse files Browse the repository at this point in the history
EAPI 8 needs bash 5.0 as a minimum.

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

bootstrap_bison() {
Expand Down

0 comments on commit ebbc3ad

Please sign in to comment.