diff options
author | scrappy <scrappy@FreeBSD.org> | 1999-03-12 05:47:15 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1999-03-12 05:47:15 +0800 |
commit | 9b37fbae4caa9aa7445050824376535a268d2b31 (patch) | |
tree | c5ea529a9f6895e7723800b42866a8c7777f48ae /Tools | |
parent | b4b30a5eb7e3f1fcff1e74146a9d9cf216b5deed (diff) | |
download | freebsd-ports-gnome-9b37fbae4caa9aa7445050824376535a268d2b31.tar.gz freebsd-ports-gnome-9b37fbae4caa9aa7445050824376535a268d2b31.tar.zst freebsd-ports-gnome-9b37fbae4caa9aa7445050824376535a268d2b31.zip |
Commit all Y2K/WWW_SITE changes from today...
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. |