Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Tue, 12 Jul 2016 01:26:58
Message-Id: 1468286802.ee34021a129fc78c38b6d025aa31c78cb18a6264.heroxbd@gentoo
1 commit: ee34021a129fc78c38b6d025aa31c78cb18a6264
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 12 01:16:20 2016 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 12 01:26:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=ee34021a
7
8 bootstrap-prefix.sh: warn if ROOT is defined by the host shell.
9
10 reported by jben2.
11
12 scripts/bootstrap-prefix.sh | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
16 index 22987e0..535441e 100755
17 --- a/scripts/bootstrap-prefix.sh
18 +++ b/scripts/bootstrap-prefix.sh
19 @@ -1635,6 +1635,7 @@ EOF
20 PERL_MM_OPT \
21 PKG_CONFIG_PATH \
22 PYTHONPATH \
23 + ROOT \
24 ; do
25 # starting on purpose a shell here iso ${!flag} because I want
26 # to know if the shell initialisation files trigger this