From 1a612b2e43451c0134eaf8d3693598380d589ad5 Mon Sep 17 00:00:00 2001 From: zosopentoolsmain Date: Sat, 3 Aug 2024 15:20:59 +0000 Subject: [PATCH] Update bash-version to 5.2.32 from 5.2.21 --- README.md | 2 +- buildenv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b68ccf8..66b3382 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## GNU Bash -Bash is the GNU Project's shell—the Bourne Again SHell. This is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and the C shell (csh). It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers functional improvements over sh for both programming and interactive use. In addition, most sh scripts can be run by Bash without modification. +Bash is the GNU Project's shell*the Bourne Again SHell. This is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and the C shell (csh). It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers functional improvements over sh for both programming and interactive use. In addition, most sh scripts can be run by Bash without modification. The improvements offered by Bash include: diff --git a/buildenv b/buildenv index 483082c..bc49aa2 100644 --- a/buildenv +++ b/buildenv @@ -1,5 +1,5 @@ # bump: bash-version /BASH_VERSION="(.*)"/ https://ftp.gnu.org/gnu/bash/|re:/href="bash-([\d.]+).tar.gz"/$1/|semver:* -BASH_VERSION="5.2.21" +BASH_VERSION="5.2.32" export ZOPEN_BUILD_LINE="STABLE" # default build level is stable export ZOPEN_STABLE_URL="https://ftp.gnu.org/gnu/bash/bash-${BASH_VERSION}.tar.gz" export ZOPEN_STABLE_DEPS="curl gzip tar make zoslib coreutils diffutils sed ncurses grep gettext"