From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1655 invoked by alias); 7 Mar 2011 09:05:04 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 15834 Received: (qmail 22589 invoked from network); 7 Mar 2011 09:04:53 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.212.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=EeEAC5f7yW65QCWEXiveKvH5Lu25g+8R8yjwLFaQRps=; b=ajQ+c18k8ZbF0nMEwbaG4oWGjflI/+Bg4oXkU0CYwZLFdJArkYcMkPHUPJfJdqqj+A lmPon158ZHulcYH5scY1oj0ax02zYy/ouJm2nf4UKJNtx1MdugLUZqMS3FtYPWpiQ2ky ykPZEZVoGazg6DC9utjEvJWNbRfWVQ8Lb0Qec= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Wge0pMOXHqTamDeJc33Ku37XoWgrlgbRo4NtX+Gj8m6cpQYN3CrXVnKaNiJuY6m81M XDJXqCAm5Q2h0bmXLtl+S199p5KhYZAff2P9pO5LAiMjSHTGtrgGlgNwXXFYLFDoCl6P 7QsJXy/UkCaMf9xnKQnbAVFtT1z876xZFjD7c= MIME-Version: 1.0 Date: Mon, 7 Mar 2011 17:04:48 +0800 Message-ID: Subject: string equal problem From: Lyre <4179e1@gmail.com> To: zsh-users@zsh.org Content-Type: multipart/alternative; boundary=002215048b17aa082e049de0c9e7 --002215048b17aa082e049de0c9e7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable To my surprise=EF=BC=8Cthe following statment: if [ "abc" =3D=3D "def" ]; then echo y; else echo n; fi doesn't work, it says "zsh: =3D not found". Then I tried it in several version of zsh (4.3.x) on different distribution= . All of them doesn't work, except the zsh 4.2.0 on sles9. What's the problem with it, is there something wrong in my configuration? --002215048b17aa082e049de0c9e7--