changeset 415:0d5d62b53cc3

Remove preceding comma
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 16 Feb 2017 14:10:42 +0900
parents f4ec6ac09b60
children d14f3a517fe5
files s4-blog.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-blog.sh	Mon Feb 13 19:46:20 2017 +0859
+++ b/s4-blog.sh	Thu Feb 16 14:10:42 2017 +0900
@@ -72,7 +72,7 @@
       emails=$emails" `email4group \"$blogowner\" $unames`"
       for e in $unames; do
 	g=`gecos $e`
-	whom=$whom",${g:-$e}さん"
+	whom=$whom"${whom:+,}${g:-$e}さん"
       done
       action="${whom}への返信"
     fi

yatex.org