From d580d4b5c99d2d8ef7fd95deaef34da98af402cb Mon Sep 17 00:00:00 2001 From: Adam Heath Date: Sun, 7 Oct 2001 10:00:49 +0000 Subject: [PATCH] Don't print out the info entry every time we are called. --- scripts/install-info.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install-info.pl b/scripts/install-info.pl index 6dabc19c..f2409806 100755 --- a/scripts/install-info.pl +++ b/scripts/install-info.pl @@ -401,7 +401,6 @@ foreach ( @work ) { } } @work = @newwork; -print join("\n",@newwork); if (!$nowrite) { open(NEW,"> $infodir/dir.new") || &ulquit("create $infodir/dir.new: $!"); -- 2.39.5