From: Mathieu Desnoyers Date: Sat, 27 Oct 2012 15:16:38 +0000 (-0400) Subject: Document bash requirement for make check in README X-Git-Tag: v1.0.0~2 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=db96f222c135a0db4c9c8fff36fcdefe054442ae;hp=607c826c88c4611fb9c92d260f671589dde0ccc0 Document bash requirement for make check in README Signed-off-by: Mathieu Desnoyers --- diff --git a/README b/README index 75bf0cf6..8195cd3e 100644 --- a/README +++ b/README @@ -61,3 +61,5 @@ compile the git repository tree : If you get the tree from the repository, you will need to use the "bootstrap" script in the root of the tree. It calls all the GNU tools needed to prepare the tree configuration. + +Running "make check": bash is required.