zsh-workers
 help / color / mirror / code / Atom feed
* Is this really correct ?
@ 1996-06-10 17:21 gene
  1996-06-10 17:42 ` Hrvoje Niksic
  0 siblings, 1 reply; 3+ messages in thread
From: gene @ 1996-06-10 17:21 UTC (permalink / raw)
  To: zsh-workers


   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@bear.com

--
*******************************************************************************
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.
*******************************************************************************



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1996-06-10 18:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-06-10 17:21 Is this really correct ? gene
1996-06-10 17:42 ` Hrvoje Niksic
1996-06-10 18:17   ` Zoltan Hidvegi

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).