aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bash-inst.xml
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2003-08-29 01:09:25 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2003-08-29 01:09:25 +0000
commit8adcd4c4bef5a47f377b5e798000f3f995463d3f (patch)
treea0ece3cb9ba92f5ebeb9720ce4efc2dd23862a7c /chapter06/bash-inst.xml
parentfa8a9a63027e89104b9c9402d58ba909324d31bf (diff)
Added note to Bash regarind interactive vs non-interactive shell invocation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2693 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bash-inst.xml')
-rw-r--r--chapter06/bash-inst.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/bash-inst.xml b/chapter06/bash-inst.xml
index a57645280..fc9586b2d 100644
--- a/chapter06/bash-inst.xml
+++ b/chapter06/bash-inst.xml
@@ -3,6 +3,11 @@
<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>