commit:     ee34021a129fc78c38b6d025aa31c78cb18a6264
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 12 01:16:20 2016 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Tue Jul 12 01:26:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=ee34021a

bootstrap-prefix.sh: warn if ROOT is defined by the host shell.

  reported by jben2.

 scripts/bootstrap-prefix.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 22987e0..535441e 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1635,6 +1635,7 @@ EOF
                PERL_MM_OPT \
                PKG_CONFIG_PATH \
                PYTHONPATH \
+               ROOT \
        ; do
                # starting on purpose a shell here iso ${!flag} because I want
                # to know if the shell initialisation files trigger this

Reply via email to