aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/bash.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/bash.xml')
-rw-r--r--chapter08/bash.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/chapter08/bash.xml b/chapter08/bash.xml
index 36bbcf0d9..787882b59 100644
--- a/chapter08/bash.xml
+++ b/chapter08/bash.xml
@@ -94,13 +94,7 @@ EOF</userinput></screen>
<para>Run the newly compiled <command>bash</command> program (replacing the one that is
currently being executed):</para>
- <screen role="nodump"><userinput>exec /usr/bin/bash --login +h</userinput></screen>
-
- <note>
- <para>The parameters used make the <command>bash</command>
- process an interactive login shell and continues to disable hashing so
- that new programs are found as they become available.</para>
- </note>
+ <screen role="nodump"><userinput>exec /usr/bin/bash --login</userinput></screen>
</sect2>