complete -p fails to properly quote argument to -C option

2007-04-13 Thread martin
Configuration Information [Automatically generated, do not change]: Machine: i486 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i486' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i486-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='ba

Re: FDs greater than 9 can't be closed

2007-04-13 Thread Chet Ramey
[EMAIL PROTECTED] wrote: > Configuration Information [Automatically generated, do not change]: > Machine: i386 > OS: openbsd3.9 > Compiler: gcc > Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i386' > -DCONF_OSTYPE='openbsd3.9' -DCONF_MACHTYPE='i386-unknown-openbsd3.9' > -DCONF_VENDOR='un

Re: Bash auto-logout truncates "timed out waiting for input: auto-logout " string

2007-04-13 Thread Fran Litterio
Wouldn't a call to exit() flush any unwritten output buffers? -- Fran On 4/13/07, Mike Frysinger <[EMAIL PROTECTED]> wrote: On Friday 13 April 2007, Chet Ramey wrote: > West Stephen-QSW000 wrote: > > Configuration Information [Automatically generated, do not change]: > > Machine: powerpc > > OS:

Re: Bash auto-logout truncates "timed out waiting for input: auto-logout " string

2007-04-13 Thread Mike Frysinger
On Friday 13 April 2007, Chet Ramey wrote: > West Stephen-QSW000 wrote: > > Configuration Information [Automatically generated, do not change]: > > Machine: powerpc > > OS: linux-gnuspe > > Compiler: ppc_85xx-gcc > > Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='powerpc' > > -DCONF_OSTYPE=

Re: Bash auto-logout truncates "timed out waiting for input: auto-logout" string

2007-04-13 Thread Chet Ramey
West Stephen-QSW000 wrote: > Configuration Information [Automatically generated, do not change]: > Machine: powerpc > OS: linux-gnuspe > Compiler: ppc_85xx-gcc > Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='powerpc' > -DCONF_OSTYPE='linux-gnuspe' > -DCONF_MACHTYPE='powerpc-montavista-lin

Re: Result of "( false )" is 0, should be 1

2007-04-13 Thread Andreas Schwab
[EMAIL PROTECTED] writes: > Description: > Result of "( false )" is 0, should be 1 This is not the case. The exit code is correct, but only simple commands are causing the shell to exit with set -e. A subshell is not a simple command. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTE