This commit is contained in:
Marc Beninca 2024-08-31 01:04:15 +02:00
parent 855ac59ed3
commit 2b37cc9479
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -5,7 +5,7 @@
# ╰───╯ # ╰───╯
_spcd_fill() { _spcd_fill() {
local index=${1} local index="${1}"
while [ "${index}" -gt 0 ]; do while [ "${index}" -gt 0 ]; do
printf "%s" "${2}" printf "%s" "${2}"
index=$((index - 1)) index=$((index - 1))