From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH 2/2] configure.in: don't rely on test -a, not all shells support it Date: Sun, 17 Oct 2010 11:06:37 +0200 Message-ID: References: <20101008080658.GA11099@reptile.pseudorandom.co.uk> <20101008083153.GA30622@reptile.pseudorandom.co.uk> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 846F4243E6 for ; Sun, 17 Oct 2010 11:06:37 +0200 (CEST) In-Reply-To: <20101008083153.GA30622@reptile.pseudorandom.co.uk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Simon McVittie Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Fri, 8 Oct 2010 09:31:53 +0100, Simon McVittie wrote: > > On Fri, 08 Oct 2010 at 09:06:58 +0100, Simon McVittie wrote: > > Notably, /bin/sh in Debian and Ubuntu is dash, which doesn't. > > Sorry, I'd misinterpreted the error produced when grep fails (fixed by patch > 1/2). Recent dash versions do support test -a, so patch 2/2 turns out to be > unnecessary on current Debian, although it might conceivably be useful for > backports to older Ubuntu versions. Yeah, the patch is still useful. I applied it with added "older" word in the changelog. thanks, Takashi