Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Is this really correct ?



   Hpux 9.05.

% echo $ZSH_VERSION
2.6-beta20
% a="-s"; if [ "$a" = "-s" ] ;  then echo "yeh" ; fi 
% 

(if fails)


  Way older version:
% echo $VERSION
zsh 2.4 beta pl 55
a="-s"; if [ "$a" = "-s" ] ;  then echo "yeh" ; fi 
yeh
%

  Bourne:

% /bin/sh
$ a="-s"; if [ "$a" = "-s" ] ;  then echo "yeh" ; fi 
yeh
$ 



Gene
gene@xxxxxxxx

--
*******************************************************************************
Bear Stearns is not responsible for any recommendation, solicitation, offer or
agreement or any information about any transaction, customer account or account
activity contained in this communication.
*******************************************************************************




Messages sorted by: Reverse Date, Date, Thread, Author