tar -xzf bash-4.2.tar.gz cd bash-4.2 patch -Np1 -i ../bash-4.2-fixes-11.patch ./configure --prefix=/usr \ --bindir=/bin \ --htmldir=/usr/share/doc/bash-4.2 \ --without-bash-malloc \ --with-installed-readline make chown -Rv nobody . su nobody -s /bin/bash -c "PATH=$PATH make tests" make install exec /bin/bash --login +h cd .. rm -fr bash-4.2