autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in solaris 10 /bin/ksh w.r.t. test -z ")"


From: Stefano Lattarini
Subject: Bug in solaris 10 /bin/ksh w.r.t. test -z ")"
Date: Tue, 7 Sep 2010 16:24:50 +0200
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

Hello autoconfers.

Is anyone aware of this ridicoulous bug of Solaris 10 /bin/ksh?

 $ uname -a
 SunOS ... 5.10 Generic_141445-09 i86pc i386 i86pc
 $ strings /bin/ksh | grep -i version
 @(#)Version M-11/16/88i
 $ /bin/ksh -c 'test -z ")"; echo $?' # ready to laugh or cry?
 0
 $ /bin/sh -c 'test -z ")"; echo $?'  # at least /bin/sh works
 1

I think a patch to the autoconf manual is in order here.  I might try 
to do it, but not soonish.  Maybe someone might beat me ;-)

Regards,
   Stefano



reply via email to

[Prev in Thread] Current Thread [Next in Thread]