Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Is this really correct ?
- X-seq: zsh-workers 1308
- From: gene@xxxxxxxx
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Is this really correct ?
- Date: Mon, 10 Jun 1996 13:21:45 -0400
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