From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8CIY-0005dR-Db for qemu-devel@nongnu.org; Thu, 15 Mar 2012 11:09:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S8CIR-00036V-Uw for qemu-devel@nongnu.org; Thu, 15 Mar 2012 11:09:01 -0400 Received: from mail-ey0-f173.google.com ([209.85.215.173]:64473) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8CIR-00034V-MA for qemu-devel@nongnu.org; Thu, 15 Mar 2012 11:08:55 -0400 Received: by eaaf11 with SMTP id f11so1832465eaa.4 for ; Thu, 15 Mar 2012 08:08:53 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4F620603.8020904@redhat.com> Date: Thu, 15 Mar 2012 16:08:51 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1331818666-31718-1-git-send-email-aliguori@us.ibm.com> <1331818666-31718-5-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1331818666-31718-5-git-send-email-aliguori@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/9] make: add check targets based on gtester (v2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org Il 15/03/2012 14:37, Anthony Liguori ha scritto: > + echo $LINE You probably want echo "$LINE" here, or you could just replace the whole loop with this: sed -e '//d' "$@" Paolo