Undo previous edit: duplicated content.

wileyhy
2024-10-05 22:24:13 -07:00
parent 1cf4b8cbe6
commit 843e9ffc35

@@ -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