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

Collapse All | Expand All

(-)isolated-functions.sh.orig (-1 / +1 lines)
Lines 419-425 set_colors() { Link Here
419
419
420
	# Now, ${ENDCOL} will move us to the end of the
420
	# Now, ${ENDCOL} will move us to the end of the
421
	# column;  irregardless of character width
421
	# column;  irregardless of character width
422
	ENDCOL=$'\e[A\e['${COLS}'C'
422
	ENDCOL=$'\e[A\e['$(( COLS - 1 ))'C'
423
	if [ -n "${PORTAGE_COLORMAP}" ] ; then
423
	if [ -n "${PORTAGE_COLORMAP}" ] ; then
424
		eval ${PORTAGE_COLORMAP}
424
		eval ${PORTAGE_COLORMAP}
425
	else
425
	else

Return to bug 309149