diff options
author | scrappy <scrappy@FreeBSD.org> | 1999-03-13 12:25:21 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1999-03-13 12:25:21 +0800 |
commit | 58eb162011a1cf8ec5eec2bfebcf1f318da16d1e (patch) | |
tree | 3930a52c7243f23901a5019ec41a82b027bdf316 /Tools/make_index | |
parent | 1bae763699d49cd7a7ec16e919a588751a8bdcb5 (diff) | |
download | freebsd-ports-gnome-58eb162011a1cf8ec5eec2bfebcf1f318da16d1e.tar.gz freebsd-ports-gnome-58eb162011a1cf8ec5eec2bfebcf1f318da16d1e.tar.zst freebsd-ports-gnome-58eb162011a1cf8ec5eec2bfebcf1f318da16d1e.zip |
a print statement was added where it wasn't supposed to be, in a file that
I hadn't meant to change...
Diffstat (limited to 'Tools/make_index')
-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. |