Updated SC2086 (markdown)

Anthony Thyssen
2017-10-25 11:16:16 +10:00
parent eccd260478
commit 80b5eff8a2

@@ -84,8 +84,10 @@ This is better than an unquoted value because the alternative value can be prope
--- ---
As always, this warning can be [[ignore]]d on a case-by-case basis. As always, this warning can be [[ignore]]d on a case-by-case basis.
this is especially relevant when BASH many not be available for the array work around. this is especially relevant when BASH many not be available for the array work around.
For example, use in eval or in command options where script has total control of the variables... For example, use in eval or in command options where script has total control of the variables...
```sh ```sh
FLAGS="-av -e 'ssh -x' --delete --delete-excluded" FLAGS="-av -e 'ssh -x' --delete --delete-excluded"
... ...