[Bug 44393] cannot read form named pipe in wine 3.0 after bug fix 43217

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jan 24 14:52:51 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=44393

--- Comment #12 from luca.cunegondi at ocme.com ---
(In reply to Zebediah Figura from comment #10)
> (In reply to Fabian Maurer from comment #9)
> > How does this work on windows? That doesn't have unix binaries.
> 
> As far as I can see this is a quirk of the application's syntax. This
> specific syntax doesn't even work in a Unix shell; a pipe in quotes is
> treated as just a pipe character.

yes of course, this is application specific and documented in the internal
command reference.

 ""
   If the first character of |string| is the bar character, the rest of
|string| is taken to be a shell command.           This allows you to pipe the
output of a command to the standard input of a shell command, or vice versa, to
use the output of a shell command as the input stream for a command.

  ""

The application version I'm running is always the same, before and after this
issue

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