[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 02/02: c/cruft.pm: Use single quotes to avoid "Useless interpolation of literal string" Jenkins failure.



This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository lintian.

commit 368be296543027b1ff8602fbab5f1c61c701034d
Author: Chris Lamb <lamby@debian.org>
Date:   Mon Jul 10 21:46:12 2017 +0100

    c/cruft.pm: Use single quotes to avoid "Useless interpolation of literal string" Jenkins failure.
---
 checks/cruft.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checks/cruft.pm b/checks/cruft.pm
index 045b359..89ff57c 100644
--- a/checks/cruft.pm
+++ b/checks/cruft.pm
@@ -645,7 +645,7 @@ sub find_cruft {
 
         # .chm files are usually generated by non-free software
         if (   $basename =~ /\.chm$/i
-            && $file_info eq "MS Windows HtmlHelp Data"
+            && $file_info eq 'MS Windows HtmlHelp Data'
             && $entry->is_open_ok
             && index($entry->file_contents, 'Halibut,') == -1) {
             tag 'source-contains-prebuilt-ms-help-file', $name;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: