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"
|
||||
,"zsh"
|
||||
,"ssh"
|
||||
,"xprop"
|
||||
]
|
||||
|| "awk" `isSuffixOf` commandName
|
||||
|| "perl" `isPrefixOf` commandName
|
||||
|
|
Loading…
Reference in New Issue