From db96f222c135a0db4c9c8fff36fcdefe054442ae Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 27 Oct 2012 11:16:38 -0400 Subject: [PATCH] Document bash requirement for make check in README Signed-off-by: Mathieu Desnoyers --- README | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.34.1