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

(-)a/gcc-config (-4 / +4 lines)
Lines 18-25 cd / Link Here
18
trap ":" INT QUIT TSTP
18
trap ":" INT QUIT TSTP
19
19
20
argv0=${0##*/}
20
argv0=${0##*/}
21
source "${EPREFIX}"/etc/init.d/functions.sh || {
21
functions_script="/lib/gentoo/functions.sh"
22
	echo "${argv0}: Could not source ${EPREFIX}/etc/init.d/functions.sh!" 1>&2
22
source "${EPREFIX}"${functions_script} || {
23
	echo "${argv0}: Could not source ${EPREFIX}${functions_script}!" 1>&2
23
	exit 1
24
	exit 1
24
}
25
}
25
esyslog() { :; }
26
esyslog() { :; }
Lines 791-797 list_profiles() { Link Here
791
			source "${GCC_ENV_D}/config-${target}"
792
			source "${GCC_ENV_D}/config-${target}"
792
			[[ ${x} == ${CURRENT} ]] && x="${x} ${HILITE}*${NORMAL}"
793
			[[ ${x} == ${CURRENT} ]] && x="${x} ${HILITE}*${NORMAL}"
793
		fi
794
		fi
794
		echo " [${i}] ${x}"
795
		echo -e " [${i}] ${x}"
795
	done
796
	done
796
}
797
}
797
798
798
- 

Return to bug 504118