diff --git a/SC1067.md b/SC1067.md index ba28db5..fb004f7 100644 --- a/SC1067.md +++ b/SC1067.md @@ -1,5 +1,7 @@ ## For indirection, use arrays, `declare "var$n=value"`, or (for sh) `read`/`eval` +Note: Removed in [v0.7.2 - 2021-04-20](https://github.com/koalaman/shellcheck/commit/fbb14d6b384a65ee16781966d9d240db9ed7b644) + ### Problematic code: ```sh