From: Mathieu Desnoyers Date: Sat, 27 Oct 2012 15:16:38 +0000 (-0400) Subject: Document bash requirement for make check in README X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=db96f222c135a0db4c9c8fff36fcdefe054442ae;p=deliverable%2Fbabeltrace.git Document bash requirement for make check in README Signed-off-by: Mathieu Desnoyers --- diff --git a/README b/README index 75bf0cf65..8195cd3ef 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.