From ae191ad78ee2c912d9f4ee49a9f0f6a3712e5d52 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 6 Oct 2024 03:13:36 +0800 Subject: [PATCH] tcl: Remove trailing space in command It causes unnecessary trouble to translations because translating softwares do not ignore trailing space in s. --- chapter08/tcl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter08/tcl.xml b/chapter08/tcl.xml index fa9d42dcc..28eac584b 100644 --- a/chapter08/tcl.xml +++ b/chapter08/tcl.xml @@ -75,7 +75,7 @@ cd unix Build the package: -make +make sed -e "s|$SRCDIR/unix|/usr/lib|" \ -e "s|$SRCDIR|/usr/include|" \