%general-entities; ]> Bash-&bash-version; <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;-avoid_WCONTINUED-1.patch Prepare Bash for compilation: ./configure --prefix=/tools --without-bash-malloc Compile the program: make To test the results, issue: make test. Then install it : make install Create a symlink: ln -s bash /tools/bin/sh