From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1HPgnI-0000WU-Fo for garchives@archives.gentoo.org; Fri, 09 Mar 2007 15:14:09 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l29FCSAI011152; Fri, 9 Mar 2007 15:12:29 GMT Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l29FCRq9011095 for ; Fri, 9 Mar 2007 15:12:28 GMT Received: by nf-out-0910.google.com with SMTP id c31so2054319nfb for ; Fri, 09 Mar 2007 07:12:25 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=MEXGrwVW2fTJqiyOh0HN4xRskIXWcY+IejtduVzyBMwsB5vKR4u42ER8YJcscBBTtBYmW/+p+DW00DZkIgvRHiuZtH9KVPv5TxesebKQF4QOyOjO3J/zwnPeGtmk6KGIh6Ib9S7+xqnQrIqtMwzVepJgjHKXKhe4cHFxpXA9JRQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=n+amVszvROjoEGOn0J776nyabtAs7KWmMDtgdS/HIple9UHowYxa0brxzjt/9DRo8lnlGH3OOsrwArDpo9IT7q/mNAXdr9W39JSdZBmgWX4uf4gIgx2wQ0wJ+DfNVv0tvvQwctYSRWFOjEoH5N8/PgKgeIqcs+s9jGt0762eCGo= Received: by 10.82.134.12 with SMTP id h12mr2932530bud.1173453145050; Fri, 09 Mar 2007 07:12:25 -0800 (PST) Received: from ?192.168.65.211? ( [213.234.126.134]) by mx.google.com with ESMTP id y37sm7194552iky.2007.03.09.07.12.24; Fri, 09 Mar 2007 07:12:24 -0800 (PST) Subject: Re: [gentoo-embedded] init.d scripts and bash From: Natanael Copa To: Roy Marples Cc: gentoo-embedded@lists.gentoo.org In-Reply-To: <20070309142717.6373940c@uberlaptop.development.ltl> References: <1173369604.5480.20.camel@localhost> <1173398450.31695.26.camel@onyx.private.gni.com> <20070309073937.154cff79@uberpc.marples.name> <1173431305.6147.12.camel@here.linbsd.net> <1173441082.5390.28.camel@localhost> <20070309115825.52cd9d73@uberlaptop> <1173445115.5390.48.camel@localhost> <20070309142717.6373940c@uberlaptop.development.ltl> Content-Type: text/plain Date: Fri, 09 Mar 2007 16:12:22 +0100 Message-Id: <1173453142.5390.53.camel@localhost> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 Content-Transfer-Encoding: 7bit X-Archives-Salt: a15f5f08-19ad-4336-be2a-fef53fe04549 X-Archives-Hash: 2b86d97ee71b0a7d645d3da91197c256 On Fri, 2007-03-09 at 14:27 +0000, Roy Marples wrote: > On Fri, 09 Mar 2007 13:58:35 +0100 > Natanael Copa wrote: > > > Could you redo your patches to stop using [[ .. ]] and just [ .. ] > > > so they work on dash, ash and FreeBSD sh. > > > > oh... Then the amount of needed patches increase dramatically. > > [[ works fine in busybox. > > No it doesn't > > [[ ${foo} == *foo* && ${blahblah} != 2 ]] > > fails I noticed that when i did a second review for [[ ]] and have already uploaded a fix. #170080, #170081 and #170084 should be ok by now. Will continue when I get a chance. -- gentoo-embedded@gentoo.org mailing list