| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 | 
							- <?xml version="1.0" encoding="ISO-8859-1"?>
 
- <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
 
-   <!ENTITY % general-entities SYSTEM "../general.ent">
 
-   %general-entities;
 
- ]>
 
- <sect1 id="ch-tools-bash" role="wrap">
 
- <title>Bash-&bash-version;</title>
 
- <?dbhtml filename="bash.html"?>
 
- <indexterm zone="ch-tools-bash">
 
- <primary sortas="a-Bash">Bash</primary>
 
- <secondary>tools</secondary></indexterm>
 
- <sect2 role="package"><title/>
 
- <segmentedlist>
 
- <segtitle>&buildtime;</segtitle>
 
- <segtitle>&diskspace;</segtitle>
 
- <seglistitem><seg>1.2 SBU</seg><seg>27 MB</seg></seglistitem>
 
- </segmentedlist>
 
- </sect2>
 
- <sect2 role="installation">
 
- <title>Installation of Bash</title>
 
- <screen><userinput>patch -Np1 -i ../bash-&bash-version;-avoid_WCONTINUED-1.patch</userinput></screen>
 
- <para>Prepare Bash for compilation:</para>
 
- <screen><userinput>./configure --prefix=/tools --without-bash-malloc</userinput></screen>
 
- <para>Compile the program:</para>
 
- <screen><userinput>make</userinput></screen>
 
- <para>To test the results, issue:
 
- <userinput>make test</userinput>.</para>
 
- <para>Then install it :</para>
 
- <screen><userinput>make install</userinput></screen>
 
- <screen><userinput>ln -s bash /tools/bin/sh</userinput></screen>
 
- </sect2>
 
- </sect1>
 
 
  |