1
0
mirror of https://github.com/koalaman/shellcheck.git synced 2025-03-12 12:35:25 -07:00

Updated SC2199 (markdown)

koalaman 2017-01-05 15:37:27 -08:00
parent 957afc9dd2
commit 9518cfa9f1

@ -1,4 +1,4 @@
## Arrays implicitly concatenate in [[ ]]. Use a loop (or explicit * instead of @).
## Arrays implicitly concatenate in `[[ ]]`. Use a loop (or explicit * instead of @).
### Problematic code:
```sh