diff options
-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 e1122e5c5..eb6b96e1f 100644 --- a/chapter05/bash-inst.xml +++ b/chapter05/bash-inst.xml @@ -4,7 +4,7 @@ <para>Install Bash by running the following commands:</para> <para><screen><userinput>./configure --enable-static-link --prefix=$LFS/usr \</userinput> -<userinput> --bindir=$LFS/bin --with-curses &&</userinput> +<userinput> --bindir=$LFS/bin &&</userinput> <userinput>make &&</userinput> <userinput>make install &&</userinput> <userinput>cd $LFS/bin &&</userinput> |