simplified "Rationale"

Lawrence Velázquez
2025-01-18 15:22:39 -05:00
parent 46d7c035d9
commit 6c141e77af

@@ -22,7 +22,7 @@ myfunc() {
### Rationale: ### Rationale:
`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)). `local` is supported in many shells, including bash, ksh, dash, and BusyBox ash. However, [it is not specified by POSIX](https://austingroupbugs.net/view.php?id=767).
### Exceptions: ### Exceptions: