aboutsummaryrefslogtreecommitdiff
path: root/extra/bash/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-12-21 09:31:19 +0300
committerCem Keylan <cem@ckyln.com>2020-12-21 09:31:19 +0300
commit2be9f8da8d1945c763d07141fa33f2f84f5d3d2d (patch)
tree5fcaa658dd2c5865af4f93450aeb5802bea8b9f8 /extra/bash/build
parent910b6590c6896a1c08ac694081fc10d141c2747c (diff)
downloadrepository-2be9f8da8d1945c763d07141fa33f2f84f5d3d2d.tar.gz
bash: bump to 5.1.p4
Diffstat (limited to 'extra/bash/build')
-rwxr-xr-xextra/bash/build4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/bash/build b/extra/bash/build
index b8e87d05..26def78c 100755
--- a/extra/bash/build
+++ b/extra/bash/build
@@ -1,5 +1,9 @@
#!/bin/sh -e
+for patch in bash51-0??; do
+ patch -p0 < "$patch"
+done
+
./configure \
--prefix=/usr \
--without-bash-malloc \