Wichert Akkerman лет назад: 27
Родитель
Сommit
ea42e18aa3
1 измененных файлов с 0 добавлено и 8 удалено
  1. 0 8
      scripts/dpkg-shlibdeps.pl

+ 0 - 8
scripts/dpkg-shlibdeps.pl

@@ -115,15 +115,7 @@ for ($i=0;$i<=$#exec;$i++) {
 if ($#libpaths >= 0) {
     grep(s/\[\?\*/\\$&/g, @libpaths);
     defined($c= open(P,"-|")) || syserr("cannot fork for dpkg --search");
-<<<<<<< dpkg-shlibdeps.pl
-    if (!$c) {
-        close STDERR; # we don't need to see dpkg's errors
-	open STDERR, "> /dev/null";
-        exec("dpkg","--search","--",@libpaths); syserr("cannot exec dpkg");
-    }
-=======
     if (!$c) { exec("dpkg","--search","--",@libpaths); syserr("cannot exec dpkg"); }
->>>>>>> 1.5
     while (<P>) {
        s/\n$//;
        if (m/^local diversion |^diversion by/) {