Skip to content

Commit c2b5f86

Browse files
committed
bump: version 5.0.18
Signed-off-by: Andrés J. Díaz <ajdiaz@ajdiaz.me>
1 parent 017ff48 commit c2b5f86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#
66
# For Linux, also builds musl for truly static linking.
77

8-
bash_version="4.4"
9-
bash_patch_level=23
8+
bash_version="5.0"
9+
bash_patch_level=18
1010
musl_version="1.2.1"
1111

1212
platform=$(uname -s)
@@ -35,7 +35,7 @@ pushd bash-${bash_version} || exit 1
3535
for lvl in $(seq $bash_patch_level); do
3636
curl -L "http://ftp.gnu.org/gnu/bash/bash-${bash_version}-patches/${bash_patch_prefix}-$(printf '%03d' "$lvl")" | patch -p0
3737
done
38-
patch -p0 < "../../patch/hack-${bash_version}.diff"
38+
patch -p0 < "../../patch/hack-${bash_version}.diff" || exit 1
3939
popd || exit 1
4040

4141
if [[ "$platform" = "Linux" ]]; then

0 commit comments

Comments
 (0)