mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC3005 (markdown)
@@ -16,7 +16,7 @@ i=0
|
||||
while [ "$i" -lt 10 ]
|
||||
do
|
||||
echo "$i"
|
||||
: $(( i += 1 ))
|
||||
i=$((i+1))
|
||||
done
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user