a print statement was added where it wasn't supposed to be, in a file that

I hadn't meant to change...
This commit is contained in:
Marc G. Fournier 1999-03-13 04:25:21 +00:00
parent aef190722a
commit c5f0e8acef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17158

View file

@ -1,6 +1,6 @@
#!/usr/bin/perl
#
# $Id: make_index,v 1.2 1998/12/15 16:28:52 steve Exp $
# $Id: make_index,v 1.3 1999/03/11 21:47:09 scrappy Exp $
#
# Written to speed-up INDEX file generation. The new scheme
# basically visits each port once and writes out each port's
@ -68,7 +68,6 @@ chomp($pwd = `pwd`);
# Read each line of output generated by the 'index' target.
while (<>) {
chomp;
print $_, "\n";
my @f = split(/\|/);
# Force to canonical form.