diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-13 18:51:16 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-13 18:51:16 +0000 |
commit | 720e0988f2eed08bbc6e344cde90443d6b192b55 (patch) | |
tree | 141f55763fdc53c28dc6b2a068491fd1d62b5082 /chapter06/bash-inst.xml | |
parent | 21b1878de5c5d02acc48612bf92f6987be4760a8 (diff) |
Added set +h after every exec /path/to/bash
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2610 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bash-inst.xml')
-rw-r--r-- | chapter06/bash-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/bash-inst.xml b/chapter06/bash-inst.xml index 597490117..a57645280 100644 --- a/chapter06/bash-inst.xml +++ b/chapter06/bash-inst.xml @@ -25,6 +25,7 @@ patch:</para> <para>Reload the newly compiled Bash:</para> -<para><screen><userinput>exec /bin/bash --login</userinput></screen></para> +<para><screen><userinput>exec /bin/bash --login +set +h</userinput></screen></para> </sect2> |