Updated SC2043 (markdown)

koalaman 2014-08-08 17:19:10 -07:00
parent db97acd01d
commit 328d5345d8

@ -33,6 +33,8 @@ To iterate over *words* in a variable, instead of `for var in myvariable`, use
ShellCheck has detected that your for loop iterates over a single, constant value. This is most likely a bug in your code, caused by you not expanding the value in the way you want.
You should make sure that whatever you loop over will expand into multiple words.
### Contraindications
None.