From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0B4711382FF for ; Tue, 12 Jul 2016 01:26:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BAE6E0B10; Tue, 12 Jul 2016 01:26:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95AEEE0B10 for ; Tue, 12 Jul 2016 01:26:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72B26340DC4 for ; Tue, 12 Jul 2016 01:26:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B24D42440 for ; Tue, 12 Jul 2016 01:26:53 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1468286802.ee34021a129fc78c38b6d025aa31c78cb18a6264.heroxbd@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/bootstrap-prefix.sh X-VCS-Directories: scripts/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: ee34021a129fc78c38b6d025aa31c78cb18a6264 X-VCS-Branch: master Date: Tue, 12 Jul 2016 01:26:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dd650f8e-fd2a-4ab5-a3e7-7622ac9ca24b X-Archives-Hash: 599304c3ab28e607a56097183e659e57 commit: ee34021a129fc78c38b6d025aa31c78cb18a6264 Author: Benda Xu gentoo org> AuthorDate: Tue Jul 12 01:16:20 2016 +0000 Commit: Benda XU gentoo 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