From f8cc2566757611774ac759f7b5889be18d39730b Mon Sep 17 00:00:00 2001 From: Turiok Date: Sun, 16 Feb 2025 03:24:04 +0100 Subject: [PATCH] Specify the version of the removal --- SC2039.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2039.md b/SC2039.md index d77996f..258e2d3 100644 --- a/SC2039.md +++ b/SC2039.md @@ -1,6 +1,6 @@ ## In POSIX sh, *something* is undefined. -*Note: This warning has been retired in favor of individual SC3xxx warnings for each individual issue.* +*Note: This warning has been retired in favor of individual SC3xxx warnings for each individual issue. Removed in [v0.4.6 - 2017-03-26](https://github.com/koalaman/shellcheck/commit/08f7ff37c590f8aa6dba6d989d707aad4adc5f4c#diff-153f7682f422c74b5864f346a8d48b68ff9f3fa5413c6c4c33b2ce4fd0dc0873)* You have declared that your script works with `/bin/sh`, but you are using features that have undefined behavior according to the POSIX specification.