From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14628 invoked by alias); 7 Mar 2011 09:22:24 -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: 15837 Received: (qmail 864 invoked from network); 7 Mar 2011 09:22:22 -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.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at yahoo.com does not designate permitted sender hosts) X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 11883.19876.bm@omp1032.mail.sp2.yahoo.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1299489329; bh=7MnQoxMkY7rAoPvKzBRmd+ntAVgngJ/583Q2ixJLiRU=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=NtTn0Lr1DNc0T7nsIfXiJzV+g1A7O06HHSsbnGSUvcf0/Kv1UhjscUgdZAflt/aiTZ9RQJysCiwGKW6zte116ji7Yq1InsTUQ/+sSfIF5oQF1R3Sd5MmvlLQDprqxD6kJSXVvCmk2iS2z5Icy/RGsHlSIf4IqIPFMXYnybNPo9E= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=QiIvG1X6r318JOWw2OkPAAY/rePs0wqmCYaSdwH3FbnwuHbC8GssQlHydFjRTAri7LqYiXxq0zV45KASj5bTtw81FKxN5dtM5XyrXRpi3EqZNwJZuhkE9zsowMhTeSOuXkQul4CShEsvdFCACkT1Ep/+K1xxhLcDqm1GUoLC6wk=; Message-ID: <630619.2864.qm@web112305.mail.gq1.yahoo.com> X-YMail-OSG: aHbslS0VM1lp5soOwlb0BEhl4ngIGcToixRxJuAnIkE5it2 LDEMtdmKDwLrrjLr2NpE1bx6ekBml1Vn0zzrI8rJRbOCUJIhWaYJoWD7Lm2k 2MnwNGnhQeCBjFr1FqSQBZaVt4CVB6e3mJprE1BcsukOjzgiK3O.IpFk886h mYrQCRCP2WZXWsJy8IKDLlFmnqFo5XAZzJqKWGOIs05LHnhI.WcwIJGqb7at zMtAxvuVZjdt1yQSb9oIjBA2b4UhAOT1L1qKzlKCVJTbGKmrNMFJ2SoJccIV PaNWNZD9CJDIn.oUn8W54kQkAS_UOPYTrqy72MPJQqWT2dKIgD.d8N1SD4KJ p8T9z03lWC1ih8z1jGZKtxMI2AXku X-Mailer: YahooMailRC/559 YahooMailWebService/0.8.109.292656 References: Date: Mon, 7 Mar 2011 01:15:29 -0800 (PST) From: Wendell Hom Subject: Re: string equal problem To: Lyre <4179e1@gmail.com>, zsh-users@zsh.org In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1563996585-1299489329=:2864" --0-1563996585-1299489329=:2864 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Your syntax is off, it should be=0A=0Aif [[ "abc" =3D=3D "def" ]]; then ech= o y; else echo n; fi=0A=0A-Wendell=0A=0A=0A=0A=0A=0A_______________________= _________=0AFrom: Lyre <4179e1@gmail.com>=0ATo: zsh-users@zsh.org=0ASent: M= on, March 7, 2011 1:04:48 AM=0ASubject: string equal problem=0A=0ATo my sur= prise=EF=BC=8Cthe following statment:=0A=0Aif [ "abc" =3D=3D "def" ]; then = echo y; else echo n; fi=0A=0Adoesn't work, it says "zsh: =3D not found".=0A= =0AThen I tried it in several version of zsh (4.3.x) on different distribut= ion.=0AAll of them doesn't work, except the zsh 4.2.0 on sles9.=0A=0AWhat's= the problem with it, is there something wrong in my configuration?=0A=0A= =0A=0A --0-1563996585-1299489329=:2864--