From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tokarev Subject: trivial patch: echo -e in ./configure Date: Sun, 27 Sep 2009 20:07:41 +0400 Message-ID: <4ABF8DCD.8080603@msgid.tls.msk.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit To: KVM list Return-path: Received: from isrv.corpit.ru ([81.13.33.159]:38108 "EHLO isrv.corpit.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753270AbZI0QHk (ORCPT ); Sun, 27 Sep 2009 12:07:40 -0400 Sender: kvm-owner@vger.kernel.org List-ID: The following one-liner eliminates an annoying -e output during ./configure run if your /bin/sh is not bash or ksh: $ ./configure ... IO thread no Install blobs yes -e KVM support yes <=== KVM trace support no fdt support no preadv support no $ _ (I dunno if it's qemu or kvm thing) Thanks! /mjt --- --- qemu-kvm-0.11.0/configure.sav 2009-09-23 11:30:02.000000000 +0400 +++ qemu-kvm-0.11.0/configure 2009-09-27 20:04:03.230408438 +0400 @@ -1591 +1591 @@ -echo -e "KVM support $kvm" +echo "KVM support $kvm"