From fe5e08ac81bf275f1dc36fb33832e92b8940dd36 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 27 Aug 2015 15:17:10 +0200 Subject: reproducible: add commas as suggested by Faux --- bin/reproducible_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 3022140d..a206d14b 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -182,8 +182,8 @@ write_page_header() { write_page " Thanks to Profitbricks for donating the virtual machines this is running on!

" fi if [ "$1" = "dd-list" ] || [ "$1" = "stats" ] ; then - write_page "

Join #debian-reproducible on OFTC" - write_page " or send us an email" + write_page "

Join #debian-reproducible on OFTC," + write_page " or send us an email," write_page " to get support for making sure your packages build reproducibly too. Also, we care about free software in general," write_page " so if you are an upstream developer or working on another distribution, we'd love to hear from you!" write_page " Besides Debian we are also testing coreboot, OpenWrt, NetBSD and FreeBSD now, though not as thoroughly as Debian (yet?) - and there are plans to test Fedora too." -- cgit v1.2.3-54-g00ecf