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

[lintian] 06/08: lintian: Remove redundant comment



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

nthykier pushed a commit to branch master
in repository lintian.

commit b985f9a721d5505458e5866b92895dee0f01a81d
Author: Niels Thykier <niels@thykier.net>
Date:   Wed Jul 15 22:24:15 2015 +0200

    lintian: Remove redundant comment
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 frontend/lintian | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/frontend/lintian b/frontend/lintian
index 8f10869..523664c 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -733,10 +733,7 @@ if ($opt{'no-conf'}) {
     parse_config_file($opt{'LINTIAN_CFG'});
 }
 
-# We do this manually since the above would set $ENV{TMPDIR} to ''
-# if it was undef and that causes tempdir to give us some "funny"
-# (read: broken) paths.
-$ENV{'TMPDIR'} = $opt{'TMPDIR'} if defined $opt{'TMPDIR'};
+$ENV{'TMPDIR'} = $opt{'TMPDIR'} if defined($opt{'TMPDIR'});
 
 configure_output();
 

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


Reply to: