We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0789a commit 6ffc610Copy full SHA for 6ffc610
1 file changed
memo
@@ -65,7 +65,7 @@ _cleanup() {
65
printf "\r[K"
66
67
local i=${1:-0}
68
- while (( "$i" > 0 )); do
+ while (( $i > 0 )); do
69
printf "[A\r[K"
70
i=$(( $i - 1 ))
71
done
0 commit comments