View | Details | Raw Unified | Return to bug 155823
Collapse All | Expand All

(-)profile.sh.orig (-1 / +1 lines)
Lines 107-113 Link Here
107
    case "$(tty 2> /dev/null)" in
107
    case "$(tty 2> /dev/null)" in
108
    /dev/tty*)
108
    /dev/tty*)
109
	if test "$TERM" = "linux" -a -t ; then
109
	if test "$TERM" = "linux" -a -t ; then
110
	    echo -en "\033$CONSOLE_MAGIC"
110
	    /bin/echo -en "\033$CONSOLE_MAGIC"
111
	fi
111
	fi
112
    esac
112
    esac
113
fi
113
fi

Return to bug 155823