Don't warn about single quoted vars for ssh

This commit is contained in:
Vidar Holen 2013-12-14 15:28:58 -08:00
parent 5d72432046
commit eb06b06475

View file

@ -683,6 +683,7 @@ checkSingleQuotedVariables t@(T_SingleQuoted id s) parents =
,"bash"
,"ksh"
,"zsh"
,"ssh"
]
|| "awk" `isSuffixOf` name
|| "perl" `isPrefixOf` name