aboutsummaryrefslogtreecommitdiff
path: root/extra/bash/build
diff options
context:
space:
mode:
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 \