0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-09 18:41:55 +00:00

Birdtest: Fixing outputs at 'exotic' OS

This commit is contained in:
Pavel Tvrdík 2015-08-05 11:49:05 +02:00
parent aad0af2fd7
commit d51a3385a6

View File

@ -3,6 +3,9 @@
objdir=$1 objdir=$1
srcdir=$2 srcdir=$2
[ -z "$TERM" ] && TERM=xterm
tput init
# see if it supports colors... # see if it supports colors...
ncolors=$(tput colors) ncolors=$(tput colors)