All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH] makefiles: use bash
@ 2015-09-07 14:48 Andrew Jones
  0 siblings, 0 replies; only message in thread
From: Andrew Jones @ 2015-09-07 14:48 UTC (permalink / raw
  To: kvm; +Cc: pbonzini, a.spyridakis

Use bash in the makefiles, like we do in the scripts.

Signed-off-by: Andrew Jones <drjones@redhat.com>
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 0d5933474cd8c..3e60b4f8e4a57 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,6 @@
 
+SHELL := /bin/bash
+
 ifeq ($(wildcard config.mak),)
 $(error run ./configure first. See ./configure -h)
 endif
-- 
2.4.3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-09-07 14:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-07 14:48 [kvm-unit-tests PATCH] makefiles: use bash Andrew Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.