s390utils/s390.sh

7 lines
140 B
Bash
Raw Normal View History

# /etc/profile.d/s390.sh - set TERM variable
contype=`/sbin/consoletype stdout`
2012-08-27 10:19:53 +00:00
if [ "$contype" = "serial" ]; then
export TERM=dumb
fi