From 2a2225677242e22274c5446fc60bf2e4d2724cc8 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 4 Aug 2021 00:09:52 +0800 Subject: bash: minor command style fix --- chapter08/bash.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter08') diff --git a/chapter08/bash.xml b/chapter08/bash.xml index e2d32bba4..699a24e43 100644 --- a/chapter08/bash.xml +++ b/chapter08/bash.xml @@ -42,9 +42,9 @@ Prepare Bash for compilation: -./configure --prefix=/usr \ +./configure --prefix=/usr \ --docdir=/usr/share/doc/bash-&bash-version; \ - --without-bash-malloc \ + --without-bash-malloc \ --with-installed-readline -- cgit v1.2.3-54-g00ecf