]> err.no Git - dpkg/commitdiff
Don't print out the info entry every time we are called.
authorAdam Heath <doogie@debian.org>
Sun, 7 Oct 2001 10:00:49 +0000 (10:00 +0000)
committerAdam Heath <doogie@debian.org>
Sun, 7 Oct 2001 10:00:49 +0000 (10:00 +0000)
scripts/install-info.pl

index 6dabc19c748a29a0e169df60111d2fa661034240..f2409806618a352e74979a44cd1f404c2bbbf682 100755 (executable)
@@ -401,7 +401,6 @@ foreach ( @work ) {
        }
 }
 @work = @newwork;
-print join("\n",@newwork);
 
 if (!$nowrite) {
     open(NEW,"> $infodir/dir.new") || &ulquit("create $infodir/dir.new: $!");