Re: IFS valid characters

2009-03-17 Thread Stephane CHAZELAS
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

Re: bash-3.2.48.tar.gz: bash-3.2.48/lib/readline/ directory contains 7 *.rej files. Broken patch applied before official release?

2009-03-17 Thread Chet Ramey
> 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

bash-3.2.48.tar.gz: bash-3.2.48/lib/readline/ directory contains 7 *.rej files. Broken patch applied before official release?

2009-03-17 Thread Zbigniew Luszpinski
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

Re: bash: command_substitute: cannot duplicate pipe as fd 1: Bad file descriptor

2009-03-17 Thread Mike Frysinger
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

Re: bash: command_substitute: cannot duplicate pipe as fd 1: Bad file descriptor

2009-03-17 Thread ipif
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