From 240d2a2dcfc9a1e9e28c6c3dca3d97d00b79a131 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Mon, 16 Aug 2021 22:13:49 -0700 Subject: [PATCH] Updated SC2296 (markdown) --- SC2296.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SC2296.md b/SC2296.md index 9731f77..c586df2 100644 --- a/SC2296.md +++ b/SC2296.md @@ -24,6 +24,8 @@ Double check the syntax of what you're trying to do. Some Zsh specific parameter expansions like `${(q)value}` trigger this warning, but ShellCheck does not support Zsh. +If this warning triggers in code that works on Bash, Ksh, Dash or Sh, please [submit a bug](https://github.com/koalaman/shellcheck/issues/new). + ### Related resources: * Help by adding links to BashFAQ, StackOverflow, man pages, POSIX, etc! \ No newline at end of file