[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem on GNU/Hurd systems w.r.t. process substitution
From: |
Chet Ramey |
Subject: |
Re: Problem on GNU/Hurd systems w.r.t. process substitution |
Date: |
Sun, 19 Nov 2006 13:50:47 -0500 |
User-agent: |
Thunderbird 1.5.0.8 (Macintosh/20061025) |
Thomas Schwinge wrote:
> Hello!
>
> There seems to be a problem with bash's usage of named pipes on GNU/Hurd
> systems.
Bash uses named pipes for process substitution only if /dev/fd (or the
Linux variant, /proc/self/fd) is not available. I'd check config.h to
see which is being used (look for HAVE_DEV_FD) before investigating
further.
(Or you could simply run `echo <(echo a)' and see what's displayed.)
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
Live Strong. No day but today.
Chet Ramey, ITS, CWRU chet@case.edu http://cnswww.cns.cwru.edu/~chet/