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 wrap: on
line diff
--- 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

yatex.org