Changeset 75a132b for final-system/common
- Timestamp:
 - Feb 21, 2006, 1:39:03 AM (20 years ago)
 - Children:
 - cc07a72
 - Parents:
 - 23ddcc3
 - File:
 - 
      
- 1 edited
 
- 
          
  final-system/common/bash.xml (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
final-system/common/bash.xml
r23ddcc3 r75a132b 40 40 sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \ 41 41 Makefile.in</userinput></screen> 42 43 <para os="c">The following patch fixes various issues, including a problem where44 Bash will sometimes only show 33 characters on a line, then wrap to the45 next:</para>46 47 <screen os="d"><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>48 49 <para os="e">Bash also has an issue when compiled against newer versions of Glibc.50 The following patch resolves this problem:</para>51 52 <screen os="f"><userinput>patch -Np1 -i ../&bash-avoid_WCONTINUED-patch;</userinput></screen>53 42 54 43 <para os="g">Prepare Bash for compilation:</para>  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  