From bdbaa173467c7a8c066250fabb3b83e2eaabc883 Mon Sep 17 00:00:00 2001 From: Turiok Date: Wed, 19 Feb 2025 08:46:11 +0100 Subject: [PATCH] Specify the version of the removal --- SC1067.md | 2 ++ 1 file changed, 2 insertions(+) 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