cc: [email protected] [email protected] Subject: Re: Re: [ast-users] Debian package bugs --------
> > > > Of the Ubuntu bugs, you should look at: > > https://bugs.launchpad.net/ubuntu/+source/ksh/+bug/218837 > > Essentially, line 1035 of src/cmd/ksh93/sh/name.c looks dodgy - was > > `if(np=nq)' intended to be a comparison? > > This is an assignment. Replacing it with np==nq breaks the ksh93 test suite. > > Olga The code and Olga is correct, the lines above test whether np==nq and this assigns nq to np and then tests whether nq was zero or not. David Korn [email protected] _______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
