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:
parent
2fcae1f9fc
commit
f12f9d9131
@ -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...
|
||||
|
Loading…
x
Reference in New Issue
Block a user