From 1cf4b8cbe6c1c087cecf40df850f884b33528fa4 Mon Sep 17 00:00:00 2001 From: wileyhy <84648683+wileyhy@users.noreply.github.com> Date: Sat, 5 Oct 2024 22:23:00 -0700 Subject: [PATCH] Added link to POSIX standard. --- SC1003.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SC1003.md b/SC1003.md index ff39c86..b06a351 100644 --- a/SC1003.md +++ b/SC1003.md @@ -25,3 +25,8 @@ In POSIX shell, the shell cares about nothing but another single-quote to termin ### Exceptions If you want your single-quoted string to end in a backslash, you can rewrite as `'string'\\` or [[ignore]] this warning. + +### Related resources: + +See POSIX.1-2024, section "C.2.2.2 Single-Quotes:" +https://pubs.opengroup.org/onlinepubs/9799919799/xrat/V4_xcu_chap01.html#tag_23_02