mirror of
https://gitlab.com/mattia.basaglia/ASCII-Pony.git
synced 2024-11-21 19:57:59 +01:00
Merge branch 'master' of https://github.com/mbasaglia/ASCII-Pony
This commit is contained in:
commit
3222f743be
1 changed files with 1 additions and 1 deletions
|
@ -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]}" ]
|
||||
|
|
Loading…
Reference in a new issue