http://paketspiegel.de/bash-5.3.tar.gz onnlein
LFS 13.0
https://lfs.daniel-schildt.de/systemd/chapter08/bash.html
https://lfs.daniel-schildt.de/systemd/chapter06/bash.html
bash → libtool
bash → coreutils
BAU=/bau cd $BAU pwd if [ ! -e bash-5.3.tar.gz ] then wget http://paketspiegel.de/bash-5.3.tar.gz fi if [ -d bash-5.3 ] then rm --force --recursive bash-5.3 fi tar --extract -f bash-5.3.tar.gz cd bash-5.3 pwd cd .. pwd