diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-09-28 19:56:31 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-09-28 19:56:31 +0000 |
commit | 8c68addc8e21ceaec084545ee0ed6c983d054232 (patch) | |
tree | bbbf33b4e4645ad6ade1d5323ff74f6d4b98a423 /chapter05/bash.xml | |
parent | b70a039a6a3dbd79af18b31c501c37f51ee408cd (diff) |
Placed the commands to run the optional testsuites in one line. Required for jhalfs.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6911 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 d330c3906..1754cd832 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -55,8 +55,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> |