Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 206772
Collapse All | Expand All

(-)bin/ebuild.sh (+3 lines)
Lines 1703-1708 Link Here
1703
	set +f
1703
	set +f
1704
fi
1704
fi
1705
1705
1706
# enable bashrc support for the clean phase
1707
[[ ${EBUILD_PHASE} == clean ]] && source_all_bashrcs
1708
1706
# unset USE_EXPAND variables that contain only the special "*" token
1709
# unset USE_EXPAND variables that contain only the special "*" token
1707
for x in ${USE_EXPAND} ; do
1710
for x in ${USE_EXPAND} ; do
1708
	[ "${!x}" == "*" ] && unset ${x}
1711
	[ "${!x}" == "*" ] && unset ${x}

Return to bug 206772