Re: bash-shipped getcwd() replacement does not work on interix.

2007-12-21 Thread Michael Haubenwallner
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' > >

Re: bash-shipped getcwd() replacement does not work on interix.

2007-12-21 Thread Michael Haubenwallner
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

Re: test with -z switch fails with Debian Linux

2007-12-21 Thread Bob Proulx
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 (){ >

test with -z switch fails with Debian Linux

2007-12-21 Thread John Moore
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