1
0
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:
hasecilu 2023-05-30 20:41:20 -06:00
parent 6f7f9e92be
commit 7ccf229c37
No known key found for this signature in database
GPG Key ID: 1E3F5A13C8F3337E

View File

@ -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