[Mono-bugs] [Bug 58557][Cos] Changed - gacutil parameter parsing causes "make install" in "mcs" to work incorrectly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 18 May 2004 03:09:58 -0400 (EDT)
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 jaak@zd.com.pl.
http://bugzilla.ximian.com/show_bug.cgi?id=58557
--- shadow/58557 2004-05-15 14:45:36.000000000 -0400
+++ shadow/58557.tmp.19578 2004-05-18 03:09:58.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 58557
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Cosmetic
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: jaak@zd.com.pl
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -40,6 +40,13 @@
choose.
------- Additional Comments From jaak@zd.com.pl 2004-05-15 14:45 -------
Created an attachment (id=7720)
temporary workaround
+
+------- Additional Comments From jaak@zd.com.pl 2004-05-18 03:09 -------
+I'm attaching a trivial patch that fixes gacutil's parameter parsing.
+This tool definitely deserves a better command line handling routines.
+
+I've implemented a simple loop that strips the trailing parameters so
+that the order in which they are specified is not important.