From ca9271101b88ef0b7fce7bd41bbdc4daca0a5a5b Mon Sep 17 00:00:00 2001 From: Mingye Wang Date: Fri, 18 Sep 2015 23:51:30 -0400 Subject: [PATCH] Updated SC2039 (markdown) --- SC2039.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SC2039.md b/SC2039.md index 18eaa11..68978fc 100644 --- a/SC2039.md +++ b/SC2039.md @@ -10,7 +10,7 @@ For help with rewrites, the Ubuntu wiki has [a list of portability issues](https ### `$'c-style-escapes'` -Bashism: +bash, ksh: ```Bash a=$' \t\n' @@ -26,7 +26,7 @@ Want some good news? See http://austingroupbugs.net/view.php?id=249. ### `$"msgid"` -Bashism: +Bash: ```Bash echo $"foo $(bar) baz" @@ -93,7 +93,7 @@ done ### Here-strings -Bash: +Bash, ksh: ```Bash grep aaa <<< "$g"