0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-03-11 17:08:46 +00:00

Birdtest: Fix setting TERM environment variable

This commit is contained in:
Pavel Tvrdík 2015-11-02 13:29:03 +01:00
parent 2fcae1f9fc
commit f12f9d9131

View File

@ -3,7 +3,9 @@
objdir=$1
srcdir=$2
[ -z "$TERM" ] && TERM=xterm
if [ -z "$TERM" ]; then
export TERM=xterm
fi
tput init
# see if it supports colors...