aboutsummaryrefslogtreecommitdiff
path: root/extra/bash/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-12-09 16:13:24 +0300
committerCem Keylan <cem@ckyln.com>2020-12-09 16:13:24 +0300
commita256268c0b7ddd0dd234c1f4a1204270a51e157f (patch)
tree2d150b5e5ba7ac9ea78a9455454589d2282c1dd3 /extra/bash/build
parentb1b85dc027a388ba1744384a69c92f208636fc69 (diff)
downloadrepository-a256268c0b7ddd0dd234c1f4a1204270a51e157f.tar.gz
bash: bump to 5.0.p18
Diffstat (limited to 'extra/bash/build')
-rwxr-xr-xextra/bash/build4
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 \