summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2013-03-27 14:03:35 +0000
committerErwin Lansing <erwin@FreeBSD.org>2013-03-27 14:03:35 +0000
commit47bf8384e8b227e4163c77ad9fb8dd3d56ef9a85 (patch)
treee11930d4e343d766827288eaa56cdb74613a3f98 /Tools
parent- Fix version number in gem spec file generated from metadata.gz (diff)
Replace linebreak with space instead of comma in address
list, to make the for loop lateron actually work.
Notes
Notes: svn path=/head/; revision=315383
Diffstat (limited to 'Tools')
-rw-r--r--Tools/scripts/check-latest-link2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/check-latest-link b/Tools/scripts/check-latest-link
index 84ebc358aca2..02c63fd9544b 100644
--- a/Tools/scripts/check-latest-link
+++ b/Tools/scripts/check-latest-link
@@ -41,7 +41,7 @@ cd ${PORTSDIR}
grep -f .latest_dups .latest_link | sort -i -k4 > .latest_full
-maint=$(awk '{print $2}' < .latest_full | sort -ui | tr '\n' ',')
+maint=$(awk '{print $2}' < .latest_full | sort -ui | tr '\n' ' ')
(echo "Dear port maintainers,"
echo