diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-03-13 04:25:21 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-03-13 04:25:21 +0000 |
commit | c5f0e8acefb1295c23f377865f40190ba3bd15de (patch) | |
tree | 3c1f71c7374b2ef4f4a464d1f13c43a115952e9d /Tools | |
parent | aef190722a048be9a31d974ba322534eef1bb906 (diff) | |
download | ports-c5f0e8acefb1295c23f377865f40190ba3bd15de.tar.gz ports-c5f0e8acefb1295c23f377865f40190ba3bd15de.zip |
Notes
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/make_index | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/make_index b/Tools/make_index index b6fb0a117d14..952bbd3f1b17 100644 --- a/Tools/make_index +++ b/Tools/make_index @@ -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. |