diff options
author | Cem Keylan <cem@ckyln.com> | 2020-12-09 16:13:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-12-09 16:13:24 +0300 |
commit | a256268c0b7ddd0dd234c1f4a1204270a51e157f (patch) | |
tree | 2d150b5e5ba7ac9ea78a9455454589d2282c1dd3 /extra/bash/build | |
parent | b1b85dc027a388ba1744384a69c92f208636fc69 (diff) | |
download | repository-a256268c0b7ddd0dd234c1f4a1204270a51e157f.tar.gz |
bash: bump to 5.0.p18
Diffstat (limited to 'extra/bash/build')
-rwxr-xr-x | extra/bash/build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/extra/bash/build b/extra/bash/build index b80882d9..b8e87d05 100755 --- a/extra/bash/build +++ b/extra/bash/build @@ -1,9 +1,5 @@ #!/bin/sh -e -for patch in bash50-0??; do - patch -p0 < "$patch" -done - ./configure \ --prefix=/usr \ --without-bash-malloc \ |