s4

changeset 440:dc7acfdb6bfc

Add comment
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 29 Jun 2017 21:20:34 +0859
parents 28487cab3c24
children 248a27a00265
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Thu Jun 29 21:01:36 2017 +0859
     1.2 +++ b/s4-funcs.sh	Thu Jun 29 21:20:34 2017 +0859
     1.3 @@ -2358,7 +2358,7 @@
     1.4        grp_reg_adm $grid $usel
     1.5      elif [ x"$rm" = x"addteam" ]; then
     1.6        team=`getpar team|sed "s/'/''/g"`	# for single quotation
     1.7 -      newteam=`echo $team|tr -d ,`
     1.8 +      newteam=`echo $team|tr -d ,`	# ..and strip spaces of both ends
     1.9        if [ x"$team" != x"$newteam" ]; then
    1.10  	echo "チーム名に使えない文字を除去しました" | html p
    1.11  	team=newteam