diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-24 23:48:45 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-24 23:48:45 +0000 |
commit | 3a788f0c7908aaf9aa115ec6e2cba3217b67fad5 (patch) | |
tree | 00ca4c395161efd86a1874f1c71f0f91d80bf898 /chapter05/bash-inst.xml | |
parent | 978d0bffc413b67ead9db2d2816b916cf3d502ca (diff) |
Next batch of fixes for Bug 675 - missing command descriptions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2880 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/bash-inst.xml')
-rw-r--r-- | chapter05/bash-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml index 1c047cf2d..89950f847 100644 --- a/chapter05/bash-inst.xml +++ b/chapter05/bash-inst.xml @@ -10,7 +10,7 @@ patch:</para> <para>Now prepare Bash for compilation:</para> -<para><screen><userinput>./configure --prefix=/tools --with-curses</userinput></screen></para> +<para><screen><userinput>./configure --prefix=/tools</userinput></screen></para> <para>Compile the program:</para> |