diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-19 19:13:12 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-19 19:13:12 +0000 |
commit | 8ac07b8d1b06db8fd6abc7db5480248a317acf3a (patch) | |
tree | 567f01f5e91171f962a12c595e2e4106176caa22 /chapter05/bash.xml | |
parent | 56fc9420880a81cc51a2bedc3d458b8ec383ca39 (diff) |
Fixed the "make check" tags for jhalfs purposes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7057 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/bash.xml')
-rw-r--r-- | chapter05/bash.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter05/bash.xml b/chapter05/bash.xml index 52df13885..0f89aed87 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -53,8 +53,7 @@ from Glibc which are more stable.</para></listitem> <screen><userinput>make</userinput></screen> -<para>To test the results, issue: <userinput>make -tests</userinput>.</para> +<para>To test the results, issue: <userinput>make tests</userinput>.</para> <para>Install the package:</para> |