diff --git a/ShellCheck/Analytics.hs b/ShellCheck/Analytics.hs index ef6370f..bd90b38 100644 --- a/ShellCheck/Analytics.hs +++ b/ShellCheck/Analytics.hs @@ -939,7 +939,7 @@ checkSingleQuotedVariables params t@(T_SingleQuoted id s) = otherwise -> False re = mkRegex "\\$[{(0-9a-zA-Z_]" - sedContra = mkRegex "\\$[dp]($|[^a-zA-Z])" + sedContra = mkRegex "\\$[dpsaic]($|[^a-zA-Z])" checkSingleQuotedVariables _ _ = return ()