Hi,

I am building poker-eval 136 and I noticed that Ralf Corsepius had
added a couple of patches, one for gcc4.4 which no longer seems to be
needed, and another for bash4.  I have attached the bash4 patch for
you to look at.  Thanks.
--- tests/bug1823~	2009-02-16 04:52:01.000000000 +0100
+++ tests/bug1823	2009-02-16 04:52:01.000000000 +0100
@@ -27,7 +27,8 @@
 cards         scoop     HIwin   HIlos   HItie     LOwin   LOlos   LOtie      EV
 As Qs Kh Jh     500       715      15      90         0       0       0   0.796
 Ac Kd 5d 7h      15        15     715      90       224       0       0   0.204
-EOF)
+EOF
+)
 if test "$r" != "$e" ; then
   diff -u <(echo "$e") <(echo "$r")
   exit 1
@@ -39,7 +40,8 @@
 cards         scoop     HIwin   HIlos   HItie     LOwin   LOlos   LOtie      EV
 As 6s 7h 5h     250       324       0     496         0       0     168   0.675
 Ac 7d 6d 5d       0         0     324     496         0       0     168   0.325
-EOF)
+EOF
+)
 if test "$r" != "$e" ; then
   diff -u <(echo "$e") <(echo "$r")
   exit 1
@@ -51,7 +53,8 @@
 cards         scoop     HIwin   HIlos   HItie     LOwin   LOlos   LOtie      EV
 As 6s 7h 5h     289       381     352      87        12       0     157   0.504
 Ac 8d 6d 5d     314       352     381      87         0      12     157   0.496
-EOF)
+EOF
+)
 if test "$r" != "$e" ; then
   diff -u <(echo "$e") <(echo "$r")
   exit 1
_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users

Reply via email to