s4

changeset 700:f2971e549199

New team name regularization fixed
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 22 May 2020 07:47:53 +0900
parents b33d6e7730ac
children fdd9c98f0888
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Fri May 22 07:46:09 2020 +0900
     1.2 +++ b/s4-funcs.sh	Fri May 22 07:47:53 2020 +0900
     1.3 @@ -2792,7 +2792,7 @@
     1.4        newteam=`echo $team|tr -d ,`	# ..and strip spaces of both ends
     1.5        if [ x"$team" != x"$newteam" ]; then
     1.6  	echo "チーム名に使えない文字を除去しました" | html p
     1.7 -	team=newteam
     1.8 +	team=$newteam
     1.9        fi
    1.10        if [ -z "$team" -o x"$team" = x"なし" -o x"$team" = x"TEAM" ]; then
    1.11  	cat<<-EOF | html p