From 80b5eff8a2a5bc9e663e607eca787592ef63c698 Mon Sep 17 00:00:00 2001 From: Anthony Thyssen Date: Wed, 25 Oct 2017 11:16:16 +1000 Subject: [PATCH] Updated SC2086 (markdown) --- SC2086.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SC2086.md b/SC2086.md index cc20034..97936d5 100644 --- a/SC2086.md +++ b/SC2086.md @@ -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. + 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... + ```sh FLAGS="-av -e 'ssh -x' --delete --delete-excluded" ...