aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2023-12-03 12:42:28 +0800
committerXi Ruoyao <xry111@xry111.site>2023-12-03 12:42:28 +0800
commit642f779f64fb521295a1aa4133c28ecbde1b3bb0 (patch)
tree4973caa90dd2dccf369315b7ef86a6ebfb5a227b
parentaef269a32dc3aa38c2a740496ebe48da0161d49e (diff)
gcc-pass2: Fix the indent of the sed command in case
-rw-r--r--chapter06/gcc-pass2.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/gcc-pass2.xml b/chapter06/gcc-pass2.xml
index c9281052a..ae88a41f0 100644
--- a/chapter06/gcc-pass2.xml
+++ b/chapter06/gcc-pass2.xml
@@ -62,8 +62,8 @@ mv -v mpc-&mpc-version; mpc</userinput></screen>
<screen><userinput remap="pre">case $(uname -m) in
x86_64)
-sed -e '/m64=/s/lib64/lib/' \
- -i.orig gcc/config/i386/t-linux64
+ sed -e '/m64=/s/lib64/lib/' \
+ -i.orig gcc/config/i386/t-linux64
;;
esac</userinput></screen>