Don't warn about single quoting $0 for xprop
This commit is contained in:
parent
727d940e10
commit
f9f965693d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue