Update calcWidth()
This commit is contained in:
parent
b5718a4e4b
commit
7afe6358c1
|
@ -362,7 +362,7 @@ calcWidth() {
|
|||
fi
|
||||
((count++))
|
||||
done < <(echo -ne "$1")
|
||||
[ $option -ge $count ] && count=option
|
||||
[ $option -ge "$count" ] && count=option
|
||||
echo $((count+4))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue