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
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
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
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)
>