From f9f965693ddc524780b5c47f2ed9aea507dee4f6 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sat, 5 Apr 2014 16:32:59 -0700 Subject: [PATCH] Don't warn about single quoting $0 for xprop --- ShellCheck/Analytics.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/ShellCheck/Analytics.hs b/ShellCheck/Analytics.hs index d59ed15..b7a6a48 100644 --- a/ShellCheck/Analytics.hs +++ b/ShellCheck/Analytics.hs @@ -897,6 +897,7 @@ checkSingleQuotedVariables params t@(T_SingleQuoted id s) = ,"ksh" ,"zsh" ,"ssh" + ,"xprop" ] || "awk" `isSuffixOf` commandName || "perl" `isPrefixOf` commandName