From 6b271048d149062f547a61f975afabe377295c63 Mon Sep 17 00:00:00 2001 From: Andrei Korshikov Date: Sun, 9 Feb 2025 05:08:02 +0600 Subject: [PATCH] =?UTF-8?q?remove=20the=20endnote=20about=20#1556=20?= =?UTF-8?q?=E2=80=94=20the=20issue=20is=20closed=20as=20completed=20on=20J?= =?UTF-8?q?ul=2026,=202021?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SC2155.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SC2155.md b/SC2155.md index 071546f..b0ef9e5 100644 --- a/SC2155.md +++ b/SC2155.md @@ -82,6 +82,4 @@ While this runs fine in other shells, [dash doesn't treat any of these as assign local: 2: bad variable name export: 2: bad variable name ``` -The direct workaround to this bug is to quote the right-hand-side of the assignment. Separating declaraction and assignment also makes this runs fine in any shell. - -(A rule to catch this problem is in the works at [#1556](https://github.com/koalaman/shellcheck/issues/1556)). \ No newline at end of file +The direct workaround to this bug is to quote the right-hand-side of the assignment. Separating declaraction and assignment also makes this runs fine in any shell. \ No newline at end of file