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

[lintian] 01/01: cmd/lintian.pm: Remove redundant assignment



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

nthykier pushed a commit to branch master
in repository lintian.

commit 9f2b82aa152f0ee934063c6c56a592128f12b7c0
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Apr 22 11:11:05 2017 +0000

    cmd/lintian.pm: Remove redundant assignment
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 commands/lintian.pm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/commands/lintian.pm b/commands/lintian.pm
index a129e09..2957017 100755
--- a/commands/lintian.pm
+++ b/commands/lintian.pm
@@ -573,9 +573,6 @@ sub main {
 
     parse_options();
 
-    # Set LINTIAN_ROOT to the actual root.
-    $ENV{'LINTIAN_ROOT'} = $INIT_ROOT;
-
     # environment variables override settings in conf file, so load them now
     # assuming they were not set by cmd-line options
     foreach my $var (@ENV_VARS) {

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


Reply to: