Hi Patrick,
* Patrick Welche wrote on Tue, Feb 26, 2008 at 02:05:59PM CET:
> On Sat, Feb 23, 2008 at 11:06:52AM +0100, Ralf Wildenhues wrote:
>
> It seems NetBSD ksh ( == @(#)PD KSH v5.2.14 99/07/13.2) has lots of bugs.
> (I should have remembered make uses sh which works, but gmake/autotools
> c
On Sat, Feb 23, 2008 at 11:06:52AM +0100, Ralf Wildenhues wrote:
> * Ralf Wildenhues wrote on Fri, Feb 22, 2008 at 06:47:54PM CET:
> >
> > 2) NetBSD ksh has a bug. At least I *think* that is a bug, I haven't
> > checked SUSv3 yet. This:
> > foo=foo; t='[ ]'; case " foo bar " in *$t$foo$t*) ech
* Ralf Wildenhues wrote on Fri, Feb 22, 2008 at 06:47:54PM CET:
>
> 2) NetBSD ksh has a bug. At least I *think* that is a bug, I haven't
> checked SUSv3 yet. This:
> foo=foo; t='[ ]'; case " foo bar " in *$t$foo$t*) echo yes;; esac
>
> should IMHO print yes, but doesn't with this shell.
This
Hi Patrick,
* Patrick Welche wrote on Fri, Feb 22, 2008 at 05:15:01PM CET:
>
> env VERBOSE=x TESTS='all.test auxdir2.test cond17.test txinfo5.test' gmake -e
> check
> 4 of 4 tests failed
> BSD make in NetBSD-current/i386
>
> env VERBOSE=x TESTS='all.test auxdir2.test cond17.test txinfo5.test'