From ee2d314c506766789fdff6a5b761e179f0d882c7 Mon Sep 17 00:00:00 2001 From: koalaman Date: Sat, 15 Apr 2017 10:41:15 -0700 Subject: [PATCH] Updated SC2037 (markdown) --- SC2037.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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