commit:     a5b186829d363bf501d70d30634b5265d08efede
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  6 15:43:47 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Jun  6 15:43:47 2019 +0000
URL:        https://gitweb.gentoo.org/proj/grs.git/commit/?id=a5b18682

scripts: 'unset CONFIGFILE' to avoid polution

 scripts/cycle.2.sh | 2 ++
 scripts/cycle.3.sh | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/scripts/cycle.2.sh b/scripts/cycle.2.sh
index ee7fc3a..d2daec3 100644
--- a/scripts/cycle.2.sh
+++ b/scripts/cycle.2.sh
@@ -4,6 +4,8 @@ source /etc/profile
 env-update
 emerge -b1q portage
 emerge -b1q app-portage/grs
+
+unset CONFIGFILE
 install-worldconf
 emerge -bevq --keep-going --verbose-conflicts --with-bdeps=y @world
 clean-worldconf

diff --git a/scripts/cycle.3.sh b/scripts/cycle.3.sh
index e106ecf..d1ac17e 100644
--- a/scripts/cycle.3.sh
+++ b/scripts/cycle.3.sh
@@ -2,6 +2,8 @@
 
 source /etc/profile
 env-update
+
+unset CONFIGFILE
 install-worldconf
 emerge -buvNDq --keep-going --verbose-conflicts --with-bdeps=y @world
 clean-worldconf

Reply via email to