From 4bf34df21db9b5202779f0873fb755f253addc60 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Thu, 17 Jul 2025 11:58:35 -0700 Subject: [PATCH] Updated SC2127 (markdown) --- SC2127.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2127.md b/SC2127.md index c1b2768..08de2c0 100644 --- a/SC2127.md +++ b/SC2127.md @@ -42,7 +42,7 @@ You are using a shell syntax feature not supported by the script's shell. Either ### Exceptions: -None +ShellCheck 0.10.0 and below warns about `${ ..; }` command expansions when using Bash. However, Bash 5.3 added support for this construct. If you are using this construct in Bash 5.3, either ignore the warning or upgrade ShellCheck. ### Related resources: