head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-20090906:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2009.09.22.20.09.05; author wiz; state dead; branches; next 1.1; 1.1 date 2009.09.06.12.13.27; author wiz; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2009.09.06.12.13.27; author wiz; state Exp; branches; next ; desc @@ 1.2 log @Update to 0.5.3: Several GUI improvements and some minor bug fixes. @ text @$NetBSD: patch-aa,v 1.1 2009/09/06 12:13:27 wiz Exp $ --- do_train.orig 2009-08-27 16:18:04.000000000 +0000 +++ do_train @@@@ -2,7 +2,7 @@@@ advanced='' -if [ $1 == -a ] +if [ $1 = -a ] then shift advanced='a' @@@@ -17,7 +17,7 @@@@ rm -f rftg.$name.out for i in `seq 1 1000` do - if [ "$advanced" == a ] + if [ "$advanced" = a ] then ./learner -e $1 -p $2 -f 100 -a >> rftg.$name.out else @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Initial import of rftg-0.5.2: This is a program to play Race for the Galaxy against AI players. @ text @@