Don't warn about sed '$s/foo/bar/'

This commit is contained in:
Vidar Holen 2014-04-19 12:29:49 -07:00
parent d0bad6c057
commit 6ad3f557fe
1 changed files with 1 additions and 1 deletions

View File

@ -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 ()