bash-3.2.57: Build new package to replace bash 2.05b

Resulting build now works interactively
This commit is contained in:
Paul Dersey 2021-02-25 14:52:05 -05:00
parent ad54802f21
commit c0fedeba61
7 changed files with 43 additions and 2 deletions

View file

@ -219,6 +219,9 @@ get_file https://ftp.gnu.org/gnu/autoconf/autoconf-2.12.tar.gz
# binutils 2.14
get_file https://ftp.gnu.org/gnu/binutils/binutils-2.14.tar.bz2
# bash 3.2.57
get_file https://ftp.gnu.org/gnu/bash/bash-3.2.57.tar.gz
# General cleanup
find tmp -name .git -exec rm -rf \;