Installing Bash-&bash-version;
&buildtime; &bash-time-tools;
&diskspace; &bash-compsize-tools;
&aa-bash-down;
&aa-bash-dep;
Installation of Bash
Bash contains several known bugs. Fix these with the following
patch:
patch -Np1 -i ../&bash-patch;
Now prepare Bash for compilation:
./configure --prefix=/tools
Compile the program:
make
As discussed earlier, we don't recommend running the test suites for the
temporary tools here in this chapter. If you still want to run the Bash test
suite anyway, the following command will do so:
make tests
Then install it and its documentation:
make install
And make a link for the programs that use sh
for a shell:
ln -s bash /tools/bin/sh
The details on this package are found in .