Re: function name bug ?

2008-07-30 Thread christophe malvasio
2008/7/31 Paul Jarc <[EMAIL PROTECTED]> > "christophe malvasio" <[EMAIL PROTECTED]> wrote: > > cbz (){ echo "why 'cbz' not a valid function name ?";} > > bash: syntax error near unexpected token `(' > > It works for me. What does "alias cbz" say for you? > > > paul > alias work are you in x86 ?

Re: set -x output of test operator is irretating

2008-07-30 Thread Chet Ramey
Toralf Förster wrote: Bash Version: 3.2 Patch Level: 33 Release Status: release Description: I'm wondering why in the example (see below) the right side is prefixed with a '\' wheras the left side is unchanged. Repeat-By: [EMAIL PROTECTED] ~ $ echo "1 2 3 4" | while read a b c

Re: function name bug ?

2008-07-30 Thread Chris F.A. Johnson
On 2008-07-31, christophe malvasio wrote: > Configuration Information [Automatically generated, do not change]: > Machine: x86_64 > OS: linux-gnu > Compiler: gcc > Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' > -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-unknown-linux-gnu' >

Re: function name bug ?

2008-07-30 Thread Paul Jarc
"christophe malvasio" <[EMAIL PROTECTED]> wrote: > cbz (){ echo "why 'cbz' not a valid function name ?";} > bash: syntax error near unexpected token `(' It works for me. What does "alias cbz" say for you? paul

function name bug ?

2008-07-30 Thread christophe malvasio
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-unknown-linux-gnu' -DCONF_VENDOR='unknown' -DLOCALEDIR='/usr/share/locale'

[bash-3.2.39] race condition on AIX when using libtool with bash

2008-07-30 Thread Michael Haubenwallner
Hi, have some strange race condition here on aix5.3 with bash-3.2.39, when using CONFIG_SHELL=/path/to/bash, building in parallel (-j16) with libtool. It works when using /bin/ksh. Sporadically there are two lines missing in the libtool-generated 'file.lo', while other files in the same build dir