diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-03-11 21:47:15 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-03-11 21:47:15 +0000 |
commit | d5ba786a254c17d1333ad29b2032caca32ebbdf7 (patch) | |
tree | d55c75fcfc0b21b2d9d29130e6b54098919500f7 /Tools | |
parent | 35401f79cd3c5731272247c2e2b60d5f5c6de0a7 (diff) | |
download | ports-d5ba786a254c17d1333ad29b2032caca32ebbdf7.tar.gz ports-d5ba786a254c17d1333ad29b2032caca32ebbdf7.zip |
Notes
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/make_index | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/make_index b/Tools/make_index index 9a5cedc3ccd6..b6fb0a117d14 100644 --- a/Tools/make_index +++ b/Tools/make_index @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# $Id: make_index,v 1.1 1998/12/12 07:41:49 asami Exp $ +# $Id: make_index,v 1.2 1998/12/15 16:28:52 steve Exp $ # # Written to speed-up INDEX file generation. The new scheme # basically visits each port once and writes out each port's @@ -68,6 +68,7 @@ chomp($pwd = `pwd`); # Read each line of output generated by the 'index' target. while (<>) { chomp; + print $_, "\n"; my @f = split(/\|/); # Force to canonical form. |