commit: 864b5204957f5f02757aca7e80e60330c67d0ab9 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Thu Feb 29 14:52:59 2024 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Thu Feb 29 14:52:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=864b5204
scripts/bootstrap-prefix: fix typo Signed-off-by: Fabian Groffen <grobian <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 0612b7af5d..3f5a25f6f7 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -2932,7 +2932,7 @@ OK! I'm going to give it a try, this is what I have collected sofar: I'm now going to make an awful lot of noise going through a sequence of stages to make your box as groovy as I am myself, setting up your Prefix. In short, I'm going to run stage1, stage2, stage3, followed by -an emerge to do a finel update to your system. If any of these stages +an emerge to do a final update to your system. If any of these stages fail, both you and me are in deep trouble. So let's hope that doesn't happen. EOF
