Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh handling of non-standard if-evaluations
- X-seq: zsh-users 11146
- From: Daniel Qarras <dqarras@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: zsh handling of non-standard if-evaluations
- Date: Sat, 27 Jan 2007 04:59:31 -0800 (PST)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=tNA3aVfMmdoaTzBjruTFtmTS9VnYm1dUAlTQZcwPDH0GPzDRU0Y02Fcltd3f8Vhn55q1uvCZ0KZiCmG92WeM/NCKjC9j6lBzzwVmzZJ06hNDTQmbJEBd8i2gc/JdsUgzdIS6rn7ylSmB1LWYxHaG9f3VeJqbsS25J/uhed+AFAc= ;
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi all,
on a system with a couple of proprietary applications I noticed that
the scripts provided with the applications contain a non-standard
if-evaluations that seems to work under bash (default shell on those
systems) but not under zsh. Do you see worth to mimic bash here? The
offending case is:
if [ "$VAR" == "VAL" ]
i.e., a double "==" instead of plain "=". This is with zsh-4.2.6.
Thanks.
____________________________________________________________________________________
The fish are biting.
Get more visitors on your site using Yahoo! Search Marketing.
http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php
Messages sorted by:
Reverse Date,
Date,
Thread,
Author