s4

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 diff
     1.1 --- a/s4-blog.sh	Mon Feb 13 19:46:20 2017 +0859
     1.2 +++ b/s4-blog.sh	Thu Feb 16 14:10:42 2017 +0900
     1.3 @@ -72,7 +72,7 @@
     1.4        emails=$emails" `email4group \"$blogowner\" $unames`"
     1.5        for e in $unames; do
     1.6  	g=`gecos $e`
     1.7 -	whom=$whom",${g:-$e}さん"
     1.8 +	whom=$whom"${whom:+,}${g:-$e}さん"
     1.9        done
    1.10        action="${whom}への返信"
    1.11      fi