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

scripts: 'unset CONFIGFILE' to avoid polution

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

diff --git a/scripts/cycle.2.sh b/scripts/cycle.2.sh
index a283ccb..29f7a52 100644
--- a/scripts/cycle.2.sh
+++ b/scripts/cycle.2.sh
@@ -14,6 +14,7 @@ emerge -b1q musl
 rm -rf /etc/portage/package.use
 rm -rf /etc/portage/package.accept_keywords
 
+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 157a579..ef51a08 100644
--- a/scripts/cycle.3.sh
+++ b/scripts/cycle.3.sh
@@ -2,6 +2,8 @@
 
 source /etc/profile
 env-update
+
+unset CONFIGFILE
 install-worldconf
 layman -S
 emerge -buvNDq --keep-going --verbose-conflicts --with-bdeps=y @world

Reply via email to