Changeset e9f3e85 for chapter06/bash.xml


Ignore:
Timestamp:
10/15/2005 12:01:06 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1.1
Children:
1ec69ac5
Parents:
8f192d8
Message:

Finished the addition of patches.ent

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7018 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bash.xml

    r8f192d8 re9f3e85  
    3333will sometimes only show 33 characters on a line, then wrap to the next:</para>
    3434
    35 <screen><userinput>patch -Np1 -i ../bash-&bash-version;-fixes-3.patch</userinput></screen>
     35<screen><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
    3636
    3737<para>Bash also has issues when compiled against newer versions of Glibc.  The
    3838following patch resolves this problem:</para>
    3939
    40 <screen><userinput>patch -Np1 -i ../bash-&bash-version;-avoid_WCONTINUED-1.patch</userinput></screen>
     40<screen><userinput>patch -Np1 -i ../&bash-avoid_WCONTINUED-patch;</userinput></screen>
    4141
    4242<para>Prepare Bash for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.