From 53f0569209c46118d5efdb2591bd2104529e1323 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Thu, 1 Apr 2021 15:41:48 -0500 Subject: Adjust indention. --- functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.sh') diff --git a/functions.sh b/functions.sh index da94f44..a5321b2 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