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

(-)bin/ebuild.sh (-2 / +4 lines)
Lines 1733-1740 Link Here
1733
1733
1734
unset E_IUSE E_DEPEND E_RDEPEND E_CDEPEND E_PDEPEND
1734
unset E_IUSE E_DEPEND E_RDEPEND E_CDEPEND E_PDEPEND
1735
1735
1736
declare -r T P PN PV PVR PR A D EBUILD EMERGE_FROM O PPID FILESDIR
1736
for x in T P PN PV PVR PR A D EBUILD EMERGE_FROM O PPID FILESDIR PORTAGE_TMPDIR; do
1737
declare -r PORTAGE_TMPDIR
1737
	[[ ${!x-UNSET_VAR} != UNSET_VAR ]] && declare -r ${!x}
1738
done
1739
unset x
1738
1740
1739
# Turn of extended glob matching so that g++ doesn't get incorrectly matched.
1741
# Turn of extended glob matching so that g++ doesn't get incorrectly matched.
1740
shopt -u extglob
1742
shopt -u extglob

Return to bug 107770