aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bash.xml
diff options
context:
space:
mode:
authorJim Gifford <jim@linuxfromscratch.org>2004-09-29 18:00:17 +0000
committerJim Gifford <jim@linuxfromscratch.org>2004-09-29 18:00:17 +0000
commit51504be78c6d88463bd0fb60466985a13cd67bdf (patch)
tree15a4d26be91348392ced02e3ec8ed678bbb42fa7 /chapter06/bash.xml
parentd5933706f909e684f3e39637a3c9cf44b2ffa5a1 (diff)
Patches and Program Updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4247 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r--chapter06/bash.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index a3e835682..2dd8d81ea 100644
--- a/chapter06/bash.xml
+++ b/chapter06/bash.xml
@@ -28,10 +28,10 @@ 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>
+<para>The following patch fixes various issues. Including 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>
+<screen><userinput>patch -Np1 -i ../bash-&bash-version;-fixes-1.patch</userinput></screen>
<para>Prepare Bash for compilation:</para>