Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Sat, 02 Jan 2021 11:01:36
Message-Id: 1609584698.03b9c49ec4aa5dce0d8d4a3666a90d8f720c728b.grobian@gentoo
1 commit: 03b9c49ec4aa5dce0d8d4a3666a90d8f720c728b
2 Author: Jacob Floyd <cognifloyd <AT> gmail <DOT> com>
3 AuthorDate: Sat Jan 2 10:51:38 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 10:51:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=03b9c49e
7
8 scripts/bootstrap-prefix: fix typo
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 scripts/bootstrap-prefix.sh | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
16 index d453ef7e35..268c0d3b54 100755
17 --- a/scripts/bootstrap-prefix.sh
18 +++ b/scripts/bootstrap-prefix.sh
19 @@ -2809,7 +2809,7 @@ EOF
20 export CHOST=$(portageq envvar CHOST)
21
22 # after stage1 and stage2 we should have a bash of our own, which
23 - # is preferably over the host-provided one, because we know it can
24 + # is preferable over the host-provided one, because we know it can
25 # deal with the bash-constructs we use in stage3 and onwards
26 hash -r