Work on CI

This commit is contained in:
Hannes Achleitner
2022-12-26 14:15:43 +01:00
parent cfdbc7a45b
commit 53fda98d1d

View File

@ -3,7 +3,7 @@
set -euo pipefail
cols=80
if [ -n "$TERM" ]
if [ "$TERM" != "dumb" ]
then
cols=$(tput cols)
fi