|
@@ -52,8 +52,9 @@ the <quote>I have no name!</quote> prompt.</para>
|
|
<para>Note the use of the <userinput>+h</userinput> directive. This tells
|
|
<para>Note the use of the <userinput>+h</userinput> directive. This tells
|
|
<userinput>bash</userinput> not to use its internal path hashing. Without this
|
|
<userinput>bash</userinput> not to use its internal path hashing. Without this
|
|
directive, <userinput>bash</userinput> would remember the paths to binaries it
|
|
directive, <userinput>bash</userinput> would remember the paths to binaries it
|
|
-has executed. Since as we go through this chapter, we want to use our newly
|
|
|
|
-compiled binaries as soon as they are installed, we turn off this function.</para>
|
|
|
|
|
|
+has executed. Since we want to use our newly compiled binaries as soon as
|
|
|
|
+they are installed, we turn off this function for the duration of this
|
|
|
|
+chapter.</para>
|
|
|
|
|
|
</sect1>
|
|
</sect1>
|
|
|
|
|