mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-08 05:51:09 -07:00
Don't warn about single quoting $0 for xprop
This commit is contained in:
parent
727d940e10
commit
f9f965693d
1 changed files with 1 additions and 0 deletions
|
@ -897,6 +897,7 @@ checkSingleQuotedVariables params t@(T_SingleQuoted id s) =
|
|||
,"ksh"
|
||||
,"zsh"
|
||||
,"ssh"
|
||||
,"xprop"
|
||||
]
|
||||
|| "awk" `isSuffixOf` commandName
|
||||
|| "perl" `isPrefixOf` commandName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue