From 71214fb634f211093cc52058a14c85fcdac564f9 Mon Sep 17 00:00:00 2001 From: koalaman Date: Wed, 8 Oct 2014 16:52:10 -0700 Subject: [PATCH] Updated Sc2086 (markdown) --- Sc2086.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sc2086.md b/Sc2086.md index 3e55fb7..310b7a7 100644 --- a/Sc2086.md +++ b/Sc2086.md @@ -11,7 +11,7 @@ The problematic code looks like "print the first argument". It's actually "Split Quoting prevents word splitting and glob expansion, and prevents the script from breaking when input contains spaces, line feeds, glob characters and such. -Note that `$( )` starts a new context, and variables in it has to be quoted separately: +Note that `$( )` starts a new context, and variables in it have to be quoted independently: echo "This $variable is quoted $(but this $variable is not)" echo "This $variable is quoted $(and now this "$variable" is too)"