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