aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bash.xml
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2004-08-26 04:30:50 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2004-08-26 04:30:50 +0000
commit3a0c30701afe163705c8a81c673f81a7e9cc2f3f (patch)
tree6be0db1d4787cc794f867717ea35ff966d50f63f /chapter06/bash.xml
parent25eacc67c19169bcc9f21a3527738aaab0773d42 (diff)
Updated bash in unstable to include the display wrap patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4050 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r--chapter06/bash.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index 4e116a288..a3e835682 100644
--- a/chapter06/bash.xml
+++ b/chapter06/bash.xml
@@ -28,6 +28,11 @@ GCC, Glibc, Grep, Make, Ncurses, Sed.</seg></seglistitem>
<sect2 role="installation">
<title>Installation of Bash</title>
+<para>The following patch fixes a problem where Bash sometimes will only show
+33 characters on a line and then wraps to the next line.</para>
+
+<screen><userinput>patch -Np1 -i ../bash-&bash-version;-display_wrap-1.patch</userinput></screen>
+
<para>Prepare Bash for compilation:</para>
<screen><userinput>./configure --prefix=/usr --bindir=/bin \