Re: functions, process substitution, bad file descriptor

2009-02-27 Thread Timothy Redaelli
Greg Wooledge eeg.ccf.org> writes: > For whatever it's worth, I can reproduce this behavior on both Linux > and OpenBSD (which use /dev/fd/*), in several versions of bash, but > not on HP-UX (which uses named pipes). I can reproduce it also with bash 4 and bash 3.2 under gentoo

[PATCH] readline support for FreeBSD-7 and Gentoo/FreeBSD

2009-02-26 Thread Timothy Redaelli
Hi, FreeBSD 7+ does not have /usr/bin/objformat anymore. The problem is that support/shobj-conf and shlib-install uses it to determine if FreeBSD supports ELF or NOT. Given that FreeBSD 7+ ALWAYS has ELF libraries, that check is useless and dangerous (we have no SONAME in library). I attach a p

[PATCH] readline support for FreeBSD-7 and Gentoo/FreeBSD

2009-02-26 Thread Timothy Redaelli
Hi, FreeBSD 7+ does not have /usr/bin/objformat anymore. The problem is that support/shobj-conf and shlib-install uses it to determine if FreeBSD supports ELF or NOT. Given that FreeBSD 7+ ALWAYS has ELF libraries, that check is useless and dangerous (we have no SONAME in library). I attach a p