From 2be9f8da8d1945c763d07141fa33f2f84f5d3d2d Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 21 Dec 2020 09:31:19 +0300 Subject: bash: bump to 5.1.p4 --- extra/bash/build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extra/bash/build') 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 \ -- cgit v1.2.3