commit: e1a7bd326d826028ed21a5db177d869cd21d1040 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jan 7 08:29:45 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 7 08:29:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=e1a7bd32
scripts/bootstrap-prefix.sh: fix typo Bug: https://bugs.gentoo.org/921535 Signed-off-by: Sam James <sam <AT> gentoo.org> scripts/bootstrap-prefix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index ab1c8392d0..a719fb6010 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -1296,7 +1296,7 @@ bootstrap_texinfo() { bootstrap_bash() { bootstrap_gnu bash 5.2 || bootstrap_gnu bash 5.1 || - bootstrap_gnu bash 5.0 || + bootstrap_gnu bash 5.0 } bootstrap_bison() {
