From 2d6ced8aec6d7e8691bb2e3b04ed6fc2bb0d8322 Mon Sep 17 00:00:00 2001 From: Anton Mosich Date: Thu, 3 Aug 2023 15:47:57 +0200 Subject: [PATCH] Fix small typos --- chapter04/settingenviron.xml | 2 +- obfuscate.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter04/settingenviron.xml b/chapter04/settingenviron.xml index d801aa9ab..b255a4b45 100644 --- a/chapter04/settingenviron.xml +++ b/chapter04/settingenviron.xml @@ -104,7 +104,7 @@ EOF - LFS_TGT=(uname -m)-lfs-linux-gnu + LFS_TGT=$(uname -m)-lfs-linux-gnu The LFS_TGT variable sets a non-default, but compatible machine description for use when building our cross-compiler and linker and when diff --git a/obfuscate.sh b/obfuscate.sh index dd2bf24d2..a01cc58b6 100644 --- a/obfuscate.sh +++ b/obfuscate.sh @@ -4,7 +4,7 @@ # obfuscate email addresses in XML/HTML # Script written (and slight perl modification) by Archaic # Modified from "sed -i" to old style "sed -e" by Manuel Canales -# to prevent hangs on very long files, like nonckunked books. +# to prevent hangs on very long files, like nonchunked books. # Original Perl expression by Anderson Lizardo # Released under the GNU General Public License #