From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IckpE-0008On-Ho for garchives@archives.gentoo.org; Tue, 02 Oct 2007 16:42:25 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l92GWWeK010507; Tue, 2 Oct 2007 16:32:32 GMT Received: from mbox.unige.ch (mbox.unige.ch [129.194.9.209]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l92GUSSD008104 for ; Tue, 2 Oct 2007 16:30:28 GMT Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-version: 1.0 Content-disposition: inline Content-type: text/plain; charset=utf-8 Received: from 85-218-50-60.dclient.lsne.ch ([85.218.50.60]) by mbox.unige.ch (Sun Java(tm) System Messaging Server 6.3-1.04 (built May 9 2007; 32bit)) with ESMTPSA id <0JPA0007SLUR1QI0@mbox.unige.ch> for gentoo-dev@lists.gentoo.org; Tue, 02 Oct 2007 18:30:27 +0200 (CEST) From: George Shapovalov To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Re: RFC: sh versionator.eclass Date: Tue, 02 Oct 2007 18:30:26 +0200 User-Agent: KMail/1.9.7 References: <200710012259.40589.uberlord@gentoo.org> <1191334716.2189.21.camel@uberlaptop.development.ltl> <1191335103.2189.22.camel@uberlaptop.development.ltl> In-reply-to: <1191335103.2189.22.camel@uberlaptop.development.ltl> Organization: Gentoo Linux Content-transfer-encoding: quoted-printable Message-id: <200710021830.26584.george@gentoo.org> X-Archives-Salt: bc4ea1c2-d1a6-4033-a61f-034db56a4ba5 X-Archives-Hash: 85106cdd6af4fcd275363b76e3f8138d Tuesday, 2. October 2007, Roy Marples =D0=92=D0=B8 =D0=BD=D0=B0=D0=BF=D0=B8= =D1=81=D0=B0=D0=BB=D0=B8: > And here it is =2D if [[ "${FORTRANC}" =3D "gfortran" ]]; then + if [ "${FORTRANC}" =3D "gfortran" ]; then You know, it is funny to see these lines after all those cries about how [ = is=20 evil and we should really never ever use it but rather always use [[ form := ). Oh, btw, does the compliant sh correctly process the most cited composition= ? : [ -n $foo ] && [ -z $foo ] && echo "huh?" (straight from devmanual, the primary reason why [ is considered bad) George -- gentoo-dev@gentoo.org mailing list