diff --git a/SC2043.md b/SC2043.md index e214cbf..99bc7cd 100644 --- a/SC2043.md +++ b/SC2043.md @@ -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. \ No newline at end of file