diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-03-15 05:54:50 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-03-15 05:54:50 +0000 |
commit | 4311bfa9612af43e4f13923c75d05a59484eaa11 (patch) | |
tree | 1b0c042247f0d0bfd9ddfa1d9f8732611d014024 | |
parent | fa510ae7f45ef5de9b5275e3942e3573d0f06d89 (diff) |
bc: remove an extra quote
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12165 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter08/bc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/bc.xml b/chapter08/bc.xml index 85040c8a2..41d969e94 100644 --- a/chapter08/bc.xml +++ b/chapter08/bc.xml @@ -49,7 +49,7 @@ <title>The meaning of the configure options:</title> <varlistentry> - <term><parameter>CC=gcc"</parameter></term> + <term><parameter>CC=gcc</parameter></term> <listitem> <para>This parameter specifies the compiler to use.</para> </listitem> |