Re: bash-3.2 breaks process substitution

2006-11-15 Thread Roy Marples
On Wednesday 01 November 2006 19:33, Roy Marples wrote: > Repeat-By: > cat < <(ls) > /dev/fd/62: No such file or directory > > Fix: > --- execute_cmd.c 2006-11-01 18:32:36 + > +++ execute_cmd.c 2006-11-01 18:32:42 + > @@ -2672,6 +2672,7 @@ > > do_piping (pi

Re: bash-3.2 breaks process substitution

2006-11-01 Thread Roy Marples
On Thursday 02 November 2006 04:30, Chet Ramey wrote: > Roy Marples wrote: > > OS: freebsd6.2 > > > > Thanks for the fix. The configure test for /dev/fd succeeds on FreeBSD > (testing for /dev/fd/3 after `exec 3 Gentoo Developer (baselayout, networking) __

Re: bash-3.2 breaks process substitution

2006-11-01 Thread Chet Ramey
Roy Marples wrote: > OS: freebsd6.2 > Bash Version: 3.2 > Patch Level: 3 > Release Status: release > > Description: > As in subject, process substitution > > Repeat-By: > cat < <(ls) > /dev/fd/62: No such file or directory Thanks for the fix. The configure test for /de