View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/sbin/crossdev.old (-1 / +2 lines)
 Lines 94-100    Link Here 
}
}
setup_portage_vars() {
setup_portage_vars() {
	PORTDIR_OVERLAY=$(portageq envvar PORTDIR_OVERLAY)
	PORTDIR_OVERLAY=($(portageq envvar PORTDIR_OVERLAY))
	PORTDIR_OVERLAY=${PORTDIR_OVERLAY[0]}
	PORTDIR=$(portageq envvar PORTDIR)
	PORTDIR=$(portageq envvar PORTDIR)
	PORT_LOGDIR=$(portageq envvar PORT_LOGDIR)
	PORT_LOGDIR=$(portageq envvar PORT_LOGDIR)
	PORT_LOGDIR=${PORT_LOGDIR:-/var/log/portage}
	PORT_LOGDIR=${PORT_LOGDIR:-/var/log/portage}