From 9184e36eae0164af26700f28ed3c4aa7d6bfa6e3 Mon Sep 17 00:00:00 2001 From: ILoveGoulash <119594376+ILoveGoulash@users.noreply.github.com> Date: Fri, 22 Nov 2024 10:51:58 +0100 Subject: [PATCH] Updated SC3043 (markdown) --- SC3043.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC3043.md b/SC3043.md index 6882915..498baad 100644 --- a/SC3043.md +++ b/SC3043.md @@ -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: