From d66640ef1cb74a9287bbac08d3aa4bd11006939d Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Thu, 18 Jun 2020 04:22:40 +0000 Subject: [PATCH] fix a typo git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11952 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter04/settingenviron.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter04/settingenviron.xml b/chapter04/settingenviron.xml index 9c8bae7a9..747b90b80 100644 --- a/chapter04/settingenviron.xml +++ b/chapter04/settingenviron.xml @@ -63,7 +63,7 @@ EOF be used as soon as they are installed. By switching off the hash function, the shell will always search the PATH when a program is to be run. As such, the shell will find the newly compiled tools in - ~/tools as soon as they are + $LFS/tools as soon as they are available without remembering a previous version of the same program in a different location.