diff mbox

trivial patch: echo -e in ./configure

Message ID 4ABF8DCD.8080603@msgid.tls.msk.ru (mailing list archive)
State New, archived
Headers show

Commit Message

Michael Tokarev Sept. 27, 2009, 4:07 p.m. UTC
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

---
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- 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"