mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
Corrected bash use of +h tag
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2851 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
05ca7842e0
commit
a3e3143ddb
@ -94,6 +94,9 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>September 19th, 2003 [jeremy]: Corrected bash tags for proper
|
||||||
|
use of the +h flag to bash</para></listitem>
|
||||||
|
|
||||||
<listitem><para>September 19th, 2003 [jwrober]: Various updates to the
|
<listitem><para>September 19th, 2003 [jwrober]: Various updates to the
|
||||||
acknowledgements page.</para></listitem>
|
acknowledgements page.</para></listitem>
|
||||||
|
|
||||||
|
@ -29,6 +29,6 @@ following command will do so:</para>
|
|||||||
|
|
||||||
<para>And reload the newly compiled <userinput>bash</userinput> program:</para>
|
<para>And reload the newly compiled <userinput>bash</userinput> program:</para>
|
||||||
|
|
||||||
<para><screen><userinput>exec /bin/bash +h --login</userinput></screen></para>
|
<para><screen><userinput>exec /bin/bash --login +h</userinput></screen></para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
@ -51,7 +51,7 @@ resolution will start working immediately after the
|
|||||||
created, because we installed a full glibc in Chapter 5. This will get rid of
|
created, because we installed a full glibc in Chapter 5. This will get rid of
|
||||||
the <quote>I have no name!</quote> prompt.</para>
|
the <quote>I have no name!</quote> prompt.</para>
|
||||||
|
|
||||||
<para><screen><userinput>exec /tools/bin/bash +h --login </userinput></screen></para>
|
<para><screen><userinput>exec /tools/bin/bash --login +h</userinput></screen></para>
|
||||||
|
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
Loading…
Reference in New Issue
Block a user