Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76563 --- shadow/76563 2005-10-26 12:40:56.000000000 -0400 +++ shadow/76563.tmp.23705 2005-10-26 12:51:14.000000000 -0400 @@ -2,13 +2,13 @@ Product: Mono: Runtime Version: 1.1 OS: All OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Major Component: misc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -23,6 +23,24 @@ $ gacutil -l Unhandled Exception: System.IO.DirectoryNotFoundException: Directory '/opt/mono/lib/mono/gac' not found. It seems that the trailing comma confused gacutil. + +------- Additional Comments From [EMAIL PROTECTED] 2005-10-26 12:51 ------- +Index: driver.cs +======================================================= +============ +--- driver.cs (revision 52239) ++++ driver.cs (working copy) +@@ -326,6 +326,7 @@ + Hashtable asm_info = new Hashtable (); + + foreach (string item in assembly_pieces) { ++ if (item == "") continue; + string[] pieces = item.Trim ().Split (new char[] { '=' }, 2); + if(pieces.Length == 1) + asm_info ["assembly"] = pieces [0]; + +ok to commit? + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
