# HG changeset patch # User HIROSE Yuuji # Date 1590101273 -32400 # Node ID f2971e5491994496ff717847e0e5d36231fcc2a7 # Parent b33d6e7730ac9fe1f2d6cfdc2f79dfb2a228c7ad New team name regularization fixed diff -r b33d6e7730ac -r f2971e549199 s4-funcs.sh --- a/s4-funcs.sh Fri May 22 07:46:09 2020 +0900 +++ b/s4-funcs.sh Fri May 22 07:47:53 2020 +0900 @@ -2792,7 +2792,7 @@ newteam=`echo $team|tr -d ,` # ..and strip spaces of both ends if [ x"$team" != x"$newteam" ]; then echo "チーム名に使えない文字を除去しました" | html p - team=newteam + team=$newteam fi if [ -z "$team" -o x"$team" = x"なし" -o x"$team" = x"TEAM" ]; then cat<<-EOF | html p