diff --git a/SC2209.md b/SC2209.md index 8a28b80..3affead 100644 --- a/SC2209.md +++ b/SC2209.md @@ -30,7 +30,7 @@ Quoting a single command (as in `PAGER="cat"` above) doesn't change how the scri This warning triggers generally when a variable is assigned an unquoted command name (from a list of hard coded names). See related warning [[SC2037]] which detects the same kind of error through the patterns `var=value -flag` and `var=value *glob*`. -### Other resources: +### Related resources: * [BashFaq: How can I store the return value and/or output of a command in a variable?](https://mywiki.wooledge.org/BashFAQ/002) * [StackOverflow: How to set a variable to the output from a command in Bash](https://stackoverflow.com/questions/4651437/how-to-set-a-variable-to-the-output-from-a-command-in-bash) \ No newline at end of file