From fc23080120bb22876426bcad3beab54b1876389a Mon Sep 17 00:00:00 2001 From: Andy2 Date: Mon, 10 Jan 2011 06:40:42 -0800 Subject: [PATCH] param name has changed --- xwords4/linux/scripts/discon_ok2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/linux/scripts/discon_ok2.sh b/xwords4/linux/scripts/discon_ok2.sh index acce8cdcc..f3624f767 100755 --- a/xwords4/linux/scripts/discon_ok2.sh +++ b/xwords4/linux/scripts/discon_ok2.sh @@ -105,7 +105,7 @@ build_cmds() { LOG=${LOGDIR}/${GAME}_${DEV}_LOG.txt touch $LOG # so greps won't show errors CMD="./obj_linux_memdbg/xwords --room $ROOM" - CMD="$CMD --robot-name ${NAMES[$DEV]} $OTHERS" + CMD="$CMD --robot ${NAMES[$DEV]} $OTHERS" CMD="$CMD --dict=$DICT --port=$PORT --host=$HOST --file=$FILE " CMD="$CMD --slow-robot 1:3 $PLAT_PARMS" CMD="$CMD $PUBLIC"