From bea8b4f361686231e11d5f4e7dd61b83e52391cd Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Tue, 1 Oct 2024 09:40:17 -0700 Subject: [PATCH] Update devel to 20240927, commit 254081c09767738833cdf161b4bc3feb1a51690a --- devel/Dockerfile | 6 +++--- versions.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/Dockerfile b/devel/Dockerfile index aa163fb..f9c0d28 100644 --- a/devel/Dockerfile +++ b/devel/Dockerfile @@ -7,9 +7,9 @@ FROM alpine:3.20 # https://git.savannah.gnu.org/cgit/bash.git/log/?h=devel -ENV _BASH_COMMIT 8d74195d7f379c6adaee217f50d60d0c8f79ad8c -# in posix mode, don't notify about other terminated jobs if the jobs builtin is listing individual jobs; in posix mode, if `wait pid' finds pid in bgpids, remove it from there -ENV _BASH_VERSION devel-20240920 +ENV _BASH_COMMIT 254081c09767738833cdf161b4bc3feb1a51690a +# fix for set -e and compound commands inverting return status; tty fix for `fg' from a key binding; posix mode `wait -n' can return notified jobs; off-by-one error in history word tokenization; new configure option to set bash_source_fullpath +ENV _BASH_VERSION devel-20240927 # prefixed with "_" since "$BASH..." have meaning in Bash parlance RUN set -eux; \ diff --git a/versions.json b/versions.json index 58419a9..06e2fa4 100644 --- a/versions.json +++ b/versions.json @@ -145,9 +145,9 @@ "version": "3.20" }, "commit": { - "description": "in posix mode, don't notify about other terminated jobs if the jobs builtin is listing individual jobs; in posix mode, if `wait pid' finds pid in bgpids, remove it from there", - "version": "8d74195d7f379c6adaee217f50d60d0c8f79ad8c" + "description": "fix for set -e and compound commands inverting return status; tty fix for `fg' from a key binding; posix mode `wait -n' can return notified jobs; off-by-one error in history word tokenization; new configure option to set bash_source_fullpath", + "version": "254081c09767738833cdf161b4bc3feb1a51690a" }, - "version": "20240920" + "version": "20240927" } }