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

(-)file_not_specified_in_diff (-9 / +6 lines)
Lines 789-790 Link Here
789
	#COLS="25 80"
789
	COLS="25 80"
790
	COLS="`stty size 2>/dev/null`"
791
--
Lines 800-804 Link Here
800
	#if [ -n "${EBUILD}" ] && [ "${*/depend}" = "$*" ]
799
	if [ -n "${EBUILD}" ] && [ "${*/depend}" = "$*" ]
801
	#then
800
	then
802
	#	stty cols 80 &>/dev/null
801
		stty cols 80 &>/dev/null
803
	#	stty rows 25 &>/dev/null
802
		stty rows 25 &>/dev/null
804
	#fi
803
	fi
805
--

Return to bug 32453