On Thu, 2007-12-20 at 08:08 -0500, Chet Ramey wrote:
> Michael Haubenwallner wrote:
> > Machine: i586
> > OS: interix5.2
> > Compiler: gcc
> > Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i586'
> > -DCONF_OSTYPE='interix5.2' -DCONF_MACHTYPE='i586-pc-interix5.2'
> > -DCONF_VENDOR='pc'
> >
On Fri, 2007-12-21 at 13:51 +0100, Michael Haubenwallner wrote:
> On Thu, 2007-12-20 at 08:08 -0500, Chet Ramey wrote:
> > Michael Haubenwallner wrote:
> > > Machine: i586
> > > OS: interix5.2
> > > Compiler: gcc
> > > Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i586'
> > > -DCONF_OSTYP
John Moore wrote:
> I'm not sure if this is an issue or not, but the bash test with the -z
> switch appears to be broken. This code came from the Unix Hacks book I
> believe and it used to work:
Look closely and see if there is a missing '$' sign in the example.
> ffind (){
>
To the Bash Developers:
I'm not sure if this is an issue or not, but the bash test with the -z
switch appears to be broken. This code came from the Unix Hacks book I
believe and it used to work:
# Name: ffind
# D