2009-03-16, 09:53(+01), Dave B:
> Stephane CHAZELAS wrote:
>
>> 2009-03-10, 15:43(-04), Chet Ramey:
What are the valid charactes for the IFS variable? In particular, is '\0'
a
valid one?
>>> Technically, yes, but in practice it's not useful. There are too many
>>> things
>>> rep
> I have just downloaded bash-3.2.48.tar.gz
> After unpacking I found 7 files with *.rej extension which means someone
> tried
> to apply patch that failed.
Thanks for the heads-up. Those were left-overs I did not clean up.
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
Hello,
I have just downloaded bash-3.2.48.tar.gz
After unpacking I found 7 files with *.rej extension which means someone tried
to apply patch that failed. Here is complete list:
bash-3.2.48/lib/readline/text.c.rej
bash-3.2.48/lib/readline/complete.c.rej
bash-3.2.48/lib/readline/misc.c.rej
bash-3
On Tuesday 17 March 2009 05:36:05 ipif wrote:
> Stephane Chazelas wrote:
> > 2009-03-12, 06:47(-07), ipif:
> > [...]
> >
> >> sh-3.2# bash
> >> bash: command_substitute: cannot duplicate pipe as fd 1: Bad file
> >> descriptor
> >>
> >> (currently I'm using bash as init)
> >
> > [...]
> >
> >> In my
Stephane Chazelas wrote:
>
> 2009-03-12, 06:47(-07), ipif:
> [...]
>> sh-3.2# bash
>> bash: command_substitute: cannot duplicate pipe as fd 1: Bad file
>> descriptor
>>
>> (currently I'm using bash as init)
> [...]
>> In my opinion this problem might not be bash related, but I have no idea
>> wh