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

(-)bin/emake (-1 / +5 lines)
Lines 11-14 Link Here
11
#        /etc/make.globals here because emake is only called from an
11
#        /etc/make.globals here because emake is only called from an
12
#        ebuild.
12
#        ebuild.
13
13
14
exec ${MAKE:-make} ${MAKEOPTS} ${EXTRA_EMAKE} "$@"
14
if [[ -x /usr/bin/hilite ]]; then
15
	exec /usr/bin/hilite ${MAKE:-make} ${MAKEOPTS} ${EXTRA_EMAKE} "$@"
16
else
17
	exec ${MAKE:-make} ${MAKEOPTS} ${EXTRA_EMAKE} "$@"
18
fi

Return to bug 147131