Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 308835 | Differences between
and this patch

Collapse All | Expand All

(-)bin/ebuild.sh.orig (-2 / +2 lines)
Lines 579-587 Link Here
579
			--localstatedir="${EPREFIX}"/var/lib \
579
			--localstatedir="${EPREFIX}"/var/lib \
580
			"$@" \
580
			"$@" \
581
			${EXTRA_ECONF}
581
			${EXTRA_ECONF}
582
		vecho "${ECONF_SOURCE}/configure" "$@"
582
		vecho "${CONFIG_SHELL}${CONFIG_SHELL:+ }${ECONF_SOURCE}/configure" "$@"
583
583
584
		if ! "${ECONF_SOURCE}/configure" "$@" ; then
584
		if ! ( "${CONFIG_SHELL:-exec}" "${ECONF_SOURCE}/configure" "$@" ) ; then
585
585
586
			if [ -s config.log ]; then
586
			if [ -s config.log ]; then
587
				echo
587
				echo

Return to bug 308835