aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2013-03-27 22:03:35 +0800
committererwin <erwin@FreeBSD.org>2013-03-27 22:03:35 +0800
commitb411080198736ed2af8f5d4b5a1946785439a000 (patch)
treee11930d4e343d766827288eaa56cdb74613a3f98 /Tools
parent4e2e3080bfd33111cee46cc56320397439a2c877 (diff)
downloadfreebsd-ports-gnome-b411080198736ed2af8f5d4b5a1946785439a000.tar.gz
freebsd-ports-gnome-b411080198736ed2af8f5d4b5a1946785439a000.tar.zst
freebsd-ports-gnome-b411080198736ed2af8f5d4b5a1946785439a000.zip
Replace linebreak with space instead of comma in address
list, to make the for loop lateron actually work.
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