mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Added link to POSIX standard.
@@ -25,3 +25,8 @@ In POSIX shell, the shell cares about nothing but another single-quote to termin
|
|||||||
|
|
||||||
### Exceptions
|
### Exceptions
|
||||||
If you want your single-quoted string to end in a backslash, you can rewrite as `'string'\\` or [[ignore]] this warning.
|
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
|
||||||
|
Reference in New Issue
Block a user