[Mono-bugs] [Bug 58746][Nor] Changed - equals sign is considered to be argument separator by Mono batch files
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 20 May 2004 23:13:54 -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 gert.driesen@pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=58746
--- shadow/58746 2004-05-20 23:05:13.000000000 -0400
+++ shadow/58746.tmp.27305 2004-05-20 23:13:54.000000000 -0400
@@ -75,6 +75,9 @@
SET MONO_CFG_DIR=C:\Program Files\Mono-0.91.99\etc
"C:\Program Files\Mono-0.91.99\lib\mono.exe" %MONOARGS%
ENDLOCAL
Apparently the loop to store the command line parameters in the
MONOARGS env var does not handle equal signs well
+
+------- Additional Comments From gert.driesen@pandora.be 2004-05-20 23:13 -------
+mmm, appears to be an issue with batch files in general ...