diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 15:41:48 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 15:41:48 -0500 |
commit | 53f0569209c46118d5efdb2591bd2104529e1323 (patch) | |
tree | 486a064d3f072e943e92fef271c4be7cf252756c /functions.sh | |
parent | 7b2527be03cd5405b30da7ec13852adcb49a6617 (diff) |
Adjust indention.
Diffstat (limited to 'functions.sh')
-rw-r--r-- | functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |