From 791480bd03ca0e0427cac9c7fb38306fc176295b Mon Sep 17 00:00:00 2001 From: koalaman Date: Sat, 8 Feb 2014 14:21:36 -0800 Subject: [PATCH] Updated SC1078 (markdown) --- SC1078.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SC1078.md b/SC1078.md index 6a8770c..1a46d18 100644 --- a/SC1078.md +++ b/SC1078.md @@ -23,7 +23,9 @@ If you do want a multiline variable, just make sure the character after it is a var='multiline 'value -is more readable and won't produce a warning as: +can be rewritten for readability and to remove the warning: var='multiline value' + +As always `` `..` `` should be rewritten to ``$(..)``. \ No newline at end of file