From 6c141e77af457daff33272b365ccf068ebfe3a57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lawrence=20Vel=C3=A1zquez?= Date: Sat, 18 Jan 2025 15:22:39 -0500 Subject: [PATCH] simplified "Rationale" --- SC3043.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC3043.md b/SC3043.md index 498baad..7c5f1d1 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 ([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: