From f3989dd2c87a83fddb5525e06c5a0fe38309e8f9 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Thu, 1 Apr 2021 15:43:38 -0500 Subject: Adjust indention. --- functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index a5321b2..63fa887 100644 --- a/functions.sh +++ b/functions.sh @@ -104,7 +104,7 @@ function spinner() { tput civis # cursor invisible tput bold setaf 7 while kill -0 "$pid" 2>/dev/null; do - local i=$(((i + charwidth) % ${#spin})) + local i=$(((i + charwidth) % ${#spin})) printf "%b" "${spin:$i:$charwidth}" cursorBack 1 -- cgit v1.2.3-54-g00ecf