mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 13:20:57 +02:00
pentoo-updater: restore color, even if it ends up in the logs
This commit is contained in:
parent
9b19526fd7
commit
1aed0fc84f
1 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,9 @@ fi
|
|||
. /etc/profile
|
||||
env-update
|
||||
|
||||
#colorize the updates even if colors end up in the logs
|
||||
export EMERGE_DEFAULT_OPTS="$(portageq envvar EMERGE_DEFAULT_OPTS) --color=y"
|
||||
|
||||
check_profile () {
|
||||
if [ -L "/etc/portage/make.profile" ] && [ ! -e "/etc/portage/make.profile" ]; then
|
||||
failure="0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue