mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated Sc2086 (markdown)
@@ -4,7 +4,7 @@
|
||||
|
||||
```sh
|
||||
echo $1
|
||||
for i in $*; do :; done
|
||||
for i in $*; do :; done # this one and the next one also applies to expanding arrays.
|
||||
for i in $@; do :; done
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user