aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-01 15:43:38 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-01 15:43:38 -0500
commitf3989dd2c87a83fddb5525e06c5a0fe38309e8f9 (patch)
tree14bdbe72bb66de6d5313090471f354dbff4d33b3
parent53f0569209c46118d5efdb2591bd2104529e1323 (diff)
Adjust indention.
-rw-r--r--functions.sh2
1 files changed, 1 insertions, 1 deletions
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