Hi
Small fix in mono README:
in the Upgrading to CVS section, there is an small error in the test:
Replace
echo 'class X { static void Main () { System.Console.Write("OK");}'}' >
x.cs
with
echo 'class X { static void Main () { System.Console.Write("OK");}}' >
x.cs
See you
Vincent