From 2b37cc94797fe60a1056f90b30b971312d361968 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 31 Aug 2024 01:04:15 +0200 Subject: [PATCH] fix/"" --- spcd/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index ccea737..fcaa398 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -5,7 +5,7 @@ # ╰───╯ _spcd_fill() { - local index=${1} + local index="${1}" while [ "${index}" -gt 0 ]; do printf "%s" "${2}" index=$((index - 1))