On 07/01/2009 02:27 PM, Michael S. Tsirkin wrote:
Kill extra \). Also escape ! for clarity and bourne shell
compatibility.


I applied a similar fix from Jan.

  # Make sure the target and host cpus are compatible
-if test ! \( "$target_cpu" = "$cpu" -o \
+if test \! \( "$target_cpu" = "$cpu" -o \

This is needed in qemu.git, in several places.

--
error compiling committee.c: too many arguments to function

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

Reply via email to