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

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


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





--- Comment #7 from Austin English <austinenglish at gmail.com>  2010-02-18 09:57:29 ---
(In reply to comment #6)
> 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.

Using backslashes does the same:
austin at midna:~$ wine cmd /c echo \"\&\"
\"&\"

-- 
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