https://bugzilla.novell.com/show_bug.cgi?id=333740#c7


Gert Driesen <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|RESOLVED                                        |REOPENED
         Resolution|FIXED                                           |




--- Comment #7 from Gert Driesen <[EMAIL PROTECTED]>  2007-11-19 14:55:57 MST 
---
Jonathan, for some reason the names of the environment variables are all
lowercase on Mono.

To reproduce, compile and run this:

using System;
using System.Collections;

class Program
{
        static void Main ()
        {
                IDictionary vars = Environment.GetEnvironmentVariables ();
                foreach (DictionaryEntry de in vars)
                        Console.WriteLine (de.Key);
        }
}


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to