aboutsummaryrefslogtreecommitdiff
path: root/Tools/make_index
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2008-07-19 17:59:41 +0000
committerKris Kennaway <kris@FreeBSD.org>2008-07-19 17:59:41 +0000
commit54e565eedc284b13fe7c03fe05bd8a0ab3ff4fbf (patch)
tree2ed7567a9ca335eb974587ebb66efb39c72d218f /Tools/make_index
parenta8c31a5d50a9322cdb62c0e24337d7e5cd2585ca (diff)
downloadports-54e565eedc284b13fe7c03fe05bd8a0ab3ff4fbf.tar.gz
ports-54e565eedc284b13fe7c03fe05bd8a0ab3ff4fbf.zip
Notes
Diffstat (limited to 'Tools/make_index')
-rw-r--r--Tools/make_index2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/make_index b/Tools/make_index
index 997576592789..7bb9b5af8bfa 100644
--- a/Tools/make_index
+++ b/Tools/make_index
@@ -97,6 +97,8 @@ chomp($pwd = `pwd`);
# Read each line of output generated by the 'index' target.
while (<>) {
chomp;
+ s/\015$//;
+
my @f = split(/\|/);
# Force to canonical form.