diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-12-03 12:42:28 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-12-03 12:42:28 +0800 |
commit | 642f779f64fb521295a1aa4133c28ecbde1b3bb0 (patch) | |
tree | 4973caa90dd2dccf369315b7ef86a6ebfb5a227b /chapter06 | |
parent | aef269a32dc3aa38c2a740496ebe48da0161d49e (diff) |
gcc-pass2: Fix the indent of the sed command in case
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gcc-pass2.xml | 4 |
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> |