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

(-)/usr/bin/cross-emerge (-1 / +1 lines)
Lines 10-16 Link Here
10
export CHOST
10
export CHOST
11
11
12
EPREFIX=""
12
EPREFIX=""
13
if [[ ${EPREFIX} == "@"GENTOO_PORTAGE_EPREFIX"@" ]] ; then
13
if [ ${EPREFIX} = "@"GENTOO_PORTAGE_EPREFIX"@" ] ; then
14
	EPREFIX=""
14
	EPREFIX=""
15
fi
15
fi
16
16

Return to bug 650100