scripts: 'unset CONFIGFILE' to avoid polution

This commit is contained in:
Anthony G. Basile 2019-06-06 11:43:47 -04:00
parent 49e5c46d29
commit a5b186829d
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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