From a5b186829d363bf501d70d30634b5265d08efede Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Thu, 6 Jun 2019 11:43:47 -0400 Subject: [PATCH] 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