mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-06 21:49:40 +02:00
Attend SC2071 error code.
- See: https://www.shellcheck.net/wiki/SC2071
This commit is contained in:
parent
6f7f9e92be
commit
7ccf229c37
@ -37,7 +37,7 @@ function print-decimal-unicode-range() {
|
||||
local leftoverSpaces=$((wrapAt - (originalSequenceLength % wrapAt)))
|
||||
|
||||
# add fillers to array to maintain table:
|
||||
if [[ "$leftoverSpaces" < "$wrapAt" ]]; then
|
||||
if [[ "$leftoverSpaces" -lt "$wrapAt" ]]; then
|
||||
# shellcheck disable=SC2034
|
||||
# needs rework without 'i' var?
|
||||
for i in $(seq 1 $leftoverSpaces); do
|
||||
|
Loading…
Reference in New Issue
Block a user