Hello,

On Sun, Jul 17, 2005 at 08:40:18AM +0200, Ralf Corsepius wrote:
> And you are sure '"x=" = x' evaluates correctly on these systems?
> I am having strong doubts.

according to the Autoconf manual, it seems that there are systems which
don't understand
        test -n =
and/or
        test -z =

yet they process correctly

        test x= = x
and
        test x= != x

I just obey the manual, I'm not expert in shell portability.

Do you want to try to convince the experts here that the above information
is a superstition?

Stepan


Reply via email to