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

[SCM] Debian package checker branch, master, updated. 1.24.4-61-ge71c4dc



The following commit has been merged in the master branch:
commit e71c4dc8bcefd3747d74b3da1480fb3d413fa2e3
Author: Russ Allbery <rra@debian.org>
Date:   Mon Aug 25 18:45:59 2008 -0700

    Remove now-unnecessary code to close the lintian-info pipe

diff --git a/frontend/lintian b/frontend/lintian
index bfd3576..927ff35 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -1645,14 +1645,6 @@ if ($action eq 'check' and not $quiet and not $no_override and not $show_overrid
 
 # }}}
 
-# {{{ close up lintian-info pipe if needed
-# did I pipe output through lintian-info?
-if ($lintian_info) {
-    close(OUTPUT_PIPE) or fail("cannot close output pipe to $lintian_info_cmd: $!");
-    select STDOUT;
-}
-# }}}
-
 exit $exit_code;
 
 # {{{ Some subroutines

-- 
Debian package checker


Reply to: