remove the endnote about #1556 — the issue is closed as completed on Jul 26, 2021

Andrei Korshikov
2025-02-09 05:08:02 +06:00
parent 0f8d21e4fb
commit 6b271048d1

@@ -83,5 +83,3 @@ local: 2: bad variable name
export: 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. 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)).