diff --git a/SC2037.md b/SC2037.md index bd03726..090c8cc 100644 --- a/SC2037.md +++ b/SC2037.md @@ -17,4 +17,6 @@ To assign the output of a command to a variable, use `$(command substitution)`. ### Exceptions: -None. \ No newline at end of file +None. + +This warning triggers generally for `var=value -flag` and `var=value *glob*`. See related warning [[SC2209]] which matches `var=commonCommand`. \ No newline at end of file