fix/""
This commit is contained in:
parent
855ac59ed3
commit
2b37cc9479
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
# ╰───╯
|
||||
|
||||
_spcd_fill() {
|
||||
local index=${1}
|
||||
local index="${1}"
|
||||
while [ "${index}" -gt 0 ]; do
|
||||
printf "%s" "${2}"
|
||||
index=$((index - 1))
|
||||
|
|
Loading…
Reference in a new issue