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

[lintian] 01/01: L::Unpacker: Avoid mixing low/high preceedence operators



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

nthykier pushed a commit to branch master
in repository lintian.

commit 76910358e31eb0b5321179ae07f4ec38f26b5fe5
Author: Niels Thykier <niels@thykier.net>
Date:   Mon Mar 17 07:11:43 2014 +0100

    L::Unpacker: Avoid mixing low/high preceedence operators
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 lib/Lintian/Unpacker.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Lintian/Unpacker.pm b/lib/Lintian/Unpacker.pm
index b845a53..9662236 100644
--- a/lib/Lintian/Unpacker.pm
+++ b/lib/Lintian/Unpacker.pm
@@ -434,7 +434,7 @@ sub process_tasks {
                 if (not $pid) {
                     # child
                     my $ret = 0;
-                    if ($cs->interface ne 'exec' && not $ENV{'LINTIAN_COVERAGE'}) {
+                    if ($cs->interface ne 'exec' and not $ENV{'LINTIAN_COVERAGE'}) {
                         # With a non-exec interface, let L::CollScript
                         # handle it.  Note that when run under
                         # Devel::Cover, we never take this route.

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


Reply to: