mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-19 22:09:13 +00:00
tput returns non-zero if TERM is not set (eg. run by the CI check) and shell is set to errexit (-e). (Previously the return value was hidden by return value of calling echo).