mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
simplified "Rationale"
@@ -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 ([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:
|
||||
|
||||
|
Reference in New Issue
Block a user