From 8b0c78ffafe429f9e9cd0b8a823e0d9905d5175e Mon Sep 17 00:00:00 2001 From: Turiok Date: Sun, 16 Feb 2025 19:13:46 +0100 Subject: [PATCH] Updated SC2169 (markdown) --- SC2169.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2169.md b/SC2169.md index a66c4d2..e8090c2 100644 --- a/SC2169.md +++ b/SC2169.md @@ -1,6 +1,6 @@ ## In dash, *something* is not supported. -Note: This warning has been retired in favor of individual SC3xxx warnings for each individual issue. Removed in [V0.7.2 - 2021-04-19](https://github.com/koalaman/shellcheck/commit/cfd68ee0c2ebfd0ab08a1d4bf628162b454dc207) +_Note: This warning has been retired in favor of individual SC3xxx warnings for each individual issue. Removed in [V0.7.2 - 2021-04-19](https://github.com/koalaman/shellcheck/commit/cfd68ee0c2ebfd0ab08a1d4bf628162b454dc207)_ You are writing a script for `dash`, but you're using a feature that `dash` doesn't support. See [[SC2039]], the equivalent warning for POSIX sh, for possible workarounds.