On 01/31/07 Chris Seaton wrote:
> I'm using svn Mono on OS X. I wrote a program that prints out each  
> arg on a line.
[...]
> $ mono test.exe a "b c"
> a
> b
> c
> 
> That's wrong - I would expect.
> 
> a
> b c
> 
> It's the shell's job to parse the command line isn't it? I'm using  
> bash, and other programs, such as Python are getting it right. How is  
> mono managing to get it wrong?

It doesn't, because it works correctly and prints:
a
b c
So you're doing something wrong in your box or not telling everything.

lupus

-- 
-----------------------------------------------------------------
[EMAIL PROTECTED]                                     debian/rules
[EMAIL PROTECTED]                             Monkeys do it better
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to