http://bugs.winehq.org/show_bug.cgi?id=58745
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com
--- Comment #1 from Eric Pouech eric.pouech@gmail.com --- there are actually two different issues behind this, depending which shell you're using for the pipe command: - if it's run from a unix shell, then the pipe used in a unix one, which is imported inside wine, but which doesn't have all the Win32 semantics (like shown here with PeekNamedPipe); and I'm not sure it's something we want to or can improve - if it's run from cmd.exe, then currently the pipe isn't a real pipe (the lhs command is run, its output saved into a file; then rhs command is run, with file as input) ; see https://bugs.winehq.org/show_bug.cgi?id=48027 for another example. this is been worked upon and should be fixed soon