Mail Archives: djgpp/2000/02/27/04:07:34
On Thu, 24 Feb 2000, Mark E. wrote:
> Bash does use
> dup and dup2 on that 'pipe' handle for redirections before spawning a child
> program.
I have re-read the discussion we had in the past about your pipe
emulation, and I understand that it has something to do with a handle
that did not original from an FSEXT, but rather a case of FSEXT machinery
being used to customize the handling a of a real file handle.
If so, this is indeed one of those few ``tricky'' cases where a dup
hook could help. But most FSEXT uses don't need this.
Anyway, your patches should be in the next release (whenever that
happens ;-).
- Raw text -