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
1 changed files with 1 additions and 0 deletions

View File

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