From 49b949ab7c3e533b07dd90bb6262e1b195a5a263 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Wed, 2 Nov 2022 20:46:26 -0700 Subject: [PATCH] Updated SC3007 (markdown) --- SC3007.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC3007.md b/SC3007.md index 82d3f35..959c569 100644 --- a/SC3007.md +++ b/SC3007.md @@ -1,4 +1,4 @@ -## In POSIX sh, $[..] in place of $((..)) is undefined. +## In POSIX sh, `$[..]` in place of `$((..))` is undefined. ### Problematic code: