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

[lintian] 03/03: lib/Lintian/Collect/Package: Don't mix precedence.



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

lamby pushed a commit to branch master
in repository lintian.

commit 3913897cb2940b4a628c4aefd8bfef1660835a68
Author: Chris Lamb <lamby@debian.org>
Date:   Sun Dec 24 18:30:00 2017 +0000

    lib/Lintian/Collect/Package: Don't mix precedence.
---
 lib/Lintian/Collect/Package.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Lintian/Collect/Package.pm b/lib/Lintian/Collect/Package.pm
index 740f800..8a12dee 100644
--- a/lib/Lintian/Collect/Package.pm
+++ b/lib/Lintian/Collect/Package.pm
@@ -538,7 +538,7 @@ sub _fetch_index_data {
             push(@check_dirs, $parent) if not exists($idxh{$parent});
         }
     }
-    if (!$allow_empty and !exists($idxh{''})) {
+    if (!$allow_empty && !exists($idxh{''})) {
         internal_error('The root dir should be present or have been faked');
     }
     if (%rhlinks) {

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


Reply to: