%general-entities; ]> Bash-&bash-version; Bash <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 Apply a patch: patch -Np1 -i ../bash-&bash-version;-fixes-1.patch Apply another patch: patch -Np1 -i ../bash-&bash-version;-avoid_WCONTINUED-1.patch Prepare Bash for compilation: ./configure --prefix=/usr --bindir=/bin \ --without-bash-malloc --with-installed-readline Compile the package: make To test the results, issue: make tests. Install the package: make install Run the newly compiled bash program: exec /bin/bash --login +h Contents of Bash See testing