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

Collapse All | Expand All

(-)a/functions.sh (-2 / +1 lines)
Lines 421-427 RC_DOT_PATTERN='' Link Here
421
# have a TTY. rc unsets it at the end of running so it shouldn't hang
421
# have a TTY. rc unsets it at the end of running so it shouldn't hang
422
# around
422
# around
423
if [ -z "${CONSOLETYPE}" ] ; then
423
if [ -z "${CONSOLETYPE}" ] ; then
424
	CONSOLETYPE="$(consoletype stdout 2>/dev/null )"; export CONSOLETYPE
424
	CONSOLETYPE="$(! consoletype stdout 2>/dev/null)"; export CONSOLETYPE
425
fi
425
fi
426
if [ "${CONSOLETYPE}" = "serial" ] ; then
426
if [ "${CONSOLETYPE}" = "serial" ] ; then
427
	RC_NOCOLOR="yes"
427
	RC_NOCOLOR="yes"
428
- 

Return to bug 592470