Installation of ASH
Install ASH by running the following commands:
patch -Np1 -i ../ash-0.4.0-cumulative-fixes.patch &&
make &&
install -m 755 sh /bin/ash &&
install -m 644 sh.1 /usr/share/man/man1/ash.1
If you would like to make ash the default sh shell, make a symlink.
ln -sf ash /bin/sh