Don't warn about single quoting $0 for xprop

This commit is contained in:
Vidar Holen 2014-04-05 16:32:59 -07:00
parent 727d940e10
commit f9f965693d
1 changed files with 1 additions and 0 deletions

View File

@ -897,6 +897,7 @@ checkSingleQuotedVariables params t@(T_SingleQuoted id s) =
,"ksh" ,"ksh"
,"zsh" ,"zsh"
,"ssh" ,"ssh"
,"xprop"
] ]
|| "awk" `isSuffixOf` commandName || "awk" `isSuffixOf` commandName
|| "perl" `isPrefixOf` commandName || "perl" `isPrefixOf` commandName