diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-08-30 01:23:44 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-08-30 01:23:44 +0000 |
commit | 327e4a3bf140d58c36a2378550703dbbd7c91e63 (patch) | |
tree | acb350efcc53bf2e9207ddf22d62fce0b94baf17 /chapter06/bash-inst.xml | |
parent | e845fc2c265f0712c7dd588d39ead280bf04381d (diff) |
Removed previous bash alteration, which will instead be converted into a hint.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2699 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bash-inst.xml')
-rw-r--r-- | chapter06/bash-inst.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/bash-inst.xml b/chapter06/bash-inst.xml index de9869e35..003d02f93 100644 --- a/chapter06/bash-inst.xml +++ b/chapter06/bash-inst.xml @@ -3,11 +3,6 @@ <sect2> <title>Installation of Bash</title> -<para>Bash has different default behavior when called as an interactive and -a non-interactive shell. It is possible to change this by opening the config-top.h file and commenting out the line:</para> - -<para><filename>#define NON_INTERACTIVE_LOGIN_SHELLS</filename></para> - <para>Bash has a number of bugs in it that cause it to not behave the way it is expected at times. Fix this behaviour with the following patch:</para> |