Commit d51a3385 authored by Pavel Tvrdík's avatar Pavel Tvrdík
Browse files

Birdtest: Fixing outputs at 'exotic' OS

parent aad0af2f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3,6 +3,9 @@
objdir=$1
srcdir=$2

[ -z "$TERM" ] && TERM=xterm
tput init

# see if it supports colors...
ncolors=$(tput colors)