From a1d9b55f822231d39115e8eda720cd33c87be17d Mon Sep 17 00:00:00 2001 From: koalaman Date: Sun, 25 Jan 2015 12:27:29 -0800 Subject: [PATCH] Updated SC2006 (markdown) --- SC2006.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SC2006.md b/SC2006.md index f05acc9..ab2993c 100644 --- a/SC2006.md +++ b/SC2006.md @@ -1,4 +1,4 @@ -# Use $(..) instead of deprecated \`..\` +# Use $(..) instead of legacy \`..\` ### Problematic code: @@ -10,7 +10,7 @@ ### Rationale: -Backtick command substitution `` `..` `` is legacy syntax with several problems. +Backtick command substitution `` `..` `` is legacy syntax with several issues. 1. It has a series of undefined behaviors related to quoting in POSIX. 1. It imposes a custom escaping mode with surprising results.