diff --git a/SC2086.md b/SC2086.md index d22c232..7a6790b 100644 --- a/SC2086.md +++ b/SC2086.md @@ -79,4 +79,8 @@ debug="" bash ${debug:+"-x"} script ``` -This is better than an unquoted value because the alternative value can be properly quoted, e.g. `wget ${output:+ -o "$output"}`. \ No newline at end of file +This is better than an unquoted value because the alternative value can be properly quoted, e.g. `wget ${output:+ -o "$output"}`. + +--- + +As always, this warning can be [[ignore]]d on a case-by-case basis. \ No newline at end of file