diff options
Diffstat (limited to 'chapter06/bash-inst.xml')
-rw-r--r-- | chapter06/bash-inst.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/bash-inst.xml b/chapter06/bash-inst.xml index 78a8fe0f1..ea23cf607 100644 --- a/chapter06/bash-inst.xml +++ b/chapter06/bash-inst.xml @@ -5,8 +5,7 @@ <para>Prepare Bash to be compiled:</para> -<para><screen><userinput> -./configure --prefix=/usr --bindir=/bin</userinput></screen></para> +<para><screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen></para> <para>Continue with compiling the package:</para> |