diff options
author | Adam Heath <doogie@debian.org> | 2001-10-07 10:00:49 +0000 |
---|---|---|
committer | Adam Heath <doogie@debian.org> | 2001-10-07 10:00:49 +0000 |
commit | d580d4b5c99d2d8ef7fd95deaef34da98af402cb (patch) | |
tree | 9600dbfc76e54926fdeb6d30430cdde6b49c4a95 /scripts | |
parent | d62ca581753fb0237466ce19a583a13a61b651ac (diff) | |
download | dpkg-d580d4b5c99d2d8ef7fd95deaef34da98af402cb.tar.gz |
Don't print out the info entry every time we are called.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install-info.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/install-info.pl b/scripts/install-info.pl index 6dabc19c7..f24098066 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: $!"); |