[Bug 21131] cmd /c echo "&" returns 'Echo is ON', not '"&"'

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Feb 18 09:05:09 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=21131





--- Comment #6 from Dan Kegel <dank at kegel.com>  2010-02-18 09:05:09 ---
That's incorrect; Unix is stripping your quotes.
The correct test case from the commandline would be something like
$ wine cmd /c echo '"&"'
but the output for that is bizarre:
\"&\"
perhaps we do have a bug.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list