mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC3009 (markdown)
@@ -6,4 +6,4 @@ Problematic code:
|
|||||||
|
|
||||||
for i in {1..5}; do ...
|
for i in {1..5}; do ...
|
||||||
```
|
```
|
||||||
Here, `$i` expands to `{1..5}`. It does not exand to the sequence `1 2 3 4 5`
|
Here, `$i` expands to `{1..5}`. It does not expand to the sequence `1 2 3 4 5`
|
||||||
|
Reference in New Issue
Block a user