s390utils/s390.sh

7 lines
141 B
Bash
Raw Normal View History

2009-04-07 08:03:09 +00:00
# /etc/profile.d/s390.sh - set TERM variable
contype=`/sbin/consoletype stdout`
2009-04-07 08:03:09 +00:00
if [ "$contype" == "serial" ]; then
export TERM=dumb
fi