From 843e9ffc35841f4361ab97b8b936b5ff6d2a2d0c Mon Sep 17 00:00:00 2001 From: wileyhy <84648683+wileyhy@users.noreply.github.com> Date: Sat, 5 Oct 2024 22:24:13 -0700 Subject: [PATCH] Undo previous edit: duplicated content. --- SC1003.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/SC1003.md b/SC1003.md index b06a351..ff39c86 100644 --- a/SC1003.md +++ b/SC1003.md @@ -25,8 +25,3 @@ 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