Re: functions, process substitution, bad file descriptor

2009-02-28 Thread Ben Hyde
On Feb 27, 2009, at 4:02 PM, Chet Ramey wrote: Ben wrote: I ran into a problem using process substitution This will be fixed in the next version. thank you! ``The lyf so short, the craft so long to lerne.'' - Chaucer i've noticed

bash 4.0 build error (Mac OS X)

2009-02-28 Thread Marius Schamschula
Hi, I just tried building bash 4.0 under Mac OS X. Under 10.3.9, 10.4.11 and 10.5.6 I get the following error: ./lib/sh/libsh.a(getenv.o) definition of _setenv in section (__TEXT,__text) /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libc.dylib(setenv.So) definition of _setenv /usr/libex

[PATCH] safelocale

2009-02-28 Thread Greg Wooledge
I wrote this after learning of a security hole in $"..." expansion. (See http://www.gnu.org/software/gettext/manual/html_node/bash.html for details of that.) It seems the maintainer of gettext is trying to push the use of the portable sh syntax, for example cd $var || error "`eval_gettext \"Can

Re: bash 4.0 build error (Mac OS X)

2009-02-28 Thread Chet Ramey
Marius Schamschula wrote: > Hi, > > I just tried building bash 4.0 under Mac OS X. Under 10.3.9, 10.4.11 and > 10.5.6 I get the following error: > > ./lib/sh/libsh.a(getenv.o) definition of _setenv in section (__TEXT,__text) > /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libc.dylib(setenv.So) >