diff options
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r-- | chapter06/bash.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index c1d011a13..36baa30a5 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -30,7 +30,7 @@ patch:</para> <para>Now prepare Bash for compilation:</para> <screen><userinput>./configure --prefix=/usr --bindir=/bin \ - --without-bash-malloc</userinput></screen> + --without-bash-malloc --with-installed-readline</userinput></screen> <para>Compile the package:</para> |