This commit is contained in:
Mattia Basaglia 2016-05-21 18:38:40 +02:00
commit 3222f743be

View file

@ -355,7 +355,7 @@ if [ -f "$ponyfile" ]
then
lines=$(cat "$ponyfile" | wc -l) # cat to avoid printing file name
let info_index=0
COLUMNS=$(tput cols)
COLUMNS=$(tput cols || echo 1024)
if [ "${info_firstx[$PONY]}" ]