Updated SC3043 (markdown)

ILoveGoulash
2024-11-22 10:51:58 +01:00
parent ecc14d13d4
commit 9184e36eae

@@ -22,7 +22,7 @@ myfunc() {
### Rationale:
`local` is supported in many shells, including bash, ksh, dash, and BusyBox ash. However, strictly speaking, it's not POSIX.
`local` is supported in many shells, including bash, ksh, dash, and BusyBox ash. However, strictly speaking, it's not POSIX ([rationale](https://austingroupbugs.net/view.php?id=767)).
### Exceptions: