0b15456cd5
This reverts commit 6ab82307f5
.
7 lines
141 B
Bash
7 lines
141 B
Bash
# /etc/profile.d/s390.sh - set TERM variable
|
|
|
|
contype=`/sbin/consoletype stdout`
|
|
if [ "$contype" == "serial" ]; then
|
|
export TERM=dumb
|
|
fi
|