From 288dd8aa01e2e72f784d56e27209b321a766264f Mon Sep 17 00:00:00 2001 From: Archaic Date: Fri, 17 Jun 2005 01:15:03 +0000 Subject: [PATCH] Fixed typo in bash. (merged from trunk r6014) git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6042 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/pwdgroup.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml index 624ebbcbc..8ba6d4879 100644 --- a/chapter06/pwdgroup.xml +++ b/chapter06/pwdgroup.xml @@ -72,7 +72,7 @@ work. Note the use of the +h directive. This tells bash not to use its internal path hashing. Without this directive, bash would remember the paths to binaries it has -executed. In ensure the use of the newly compiled binaries as soon as they are +executed. To ensure the use of the newly compiled binaries as soon as they are installed, the +h directive will be used for the duration of this chapter.