From: David Goulet Date: Wed, 14 Nov 2012 18:26:02 +0000 (-0500) Subject: Fix: Add bash requirement to README for make check X-Git-Tag: v2.1.0-rc8~11 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=1167f2bcb1a5d20421029b37a6d3c0d9cd2e5402;ds=sidebyside Fix: Add bash requirement to README for make check Fixes #387 Signed-off-by: David Goulet --- diff --git a/README b/README index 1898af984..ebd76bdb2 100644 --- a/README +++ b/README @@ -40,6 +40,9 @@ REQUIREMENTS: - For kernel tracing: modprobe + - bash + Needed for running "make check". + For developers using the git tree: This source tree is based on the autotools suite from GNU to simplify