https://bugzilla.novell.com/show_bug.cgi?id=655896
https://bugzilla.novell.com/show_bug.cgi?id=655896#c0 Summary: System.Diagnostics.Process discards escaped spaces in arguments Classification: Mono Product: Mono: Class Libraries Version: 2.8.x Platform: x86 OS/Version: Mac OS X 10.6 Status: NEW Severity: Normal Priority: P5 - None Component: System AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- System.Diagnostics.Process discards escaped spaces in arguments. For example: System.Diagnostics.Process.Start ("echo", "foo\\ bar"); outputs: foobar but bash (and AFAIR older versions of Mono) output: foo bar Every other char I tired to escaped worked fine: " ' \ ( ) In addition, quotes are handled strangely: System.Diagnostics.Process.Start ("echo", "\"foo\",\"bar\""); outputs: foo ,bar but bash (and AFAIR older versions of Mono) output: foo,bar -- 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
