mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
utils/bash: Update to 5.0
Update bash to 5.0 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
committed by
Yousong Zhou
parent
eaf6411452
commit
c48a405b23
@@ -3,11 +3,9 @@ Fix job control
|
||||
Patch was taken from https://git.alpinelinux.org/cgit/aports/tree/main/bash/fix-jobs.patch
|
||||
|
||||
See also "Bash 4.4.12-r2 jobs hangs on arm (alpine 3.7)", https://bugs.alpinelinux.org/issues/8447
|
||||
diff --git a/jobs.c b/jobs.c
|
||||
index cef3c79..bf99266 100644
|
||||
--- a/jobs.c
|
||||
+++ b/jobs.c
|
||||
@@ -4166,10 +4166,8 @@ initialize_job_control (force)
|
||||
@@ -4326,10 +4326,8 @@ just_bail:
|
||||
if (js.c_childmax < 0)
|
||||
js.c_childmax = DEFAULT_CHILD_MAX;
|
||||
|
||||
@@ -18,7 +16,7 @@ index cef3c79..bf99266 100644
|
||||
|
||||
return job_control;
|
||||
}
|
||||
@@ -4547,10 +4545,8 @@ mark_dead_jobs_as_notified (force)
|
||||
@@ -4707,10 +4705,8 @@ mark_dead_jobs_as_notified (force)
|
||||
if (js.c_childmax < 0)
|
||||
js.c_childmax = DEFAULT_CHILD_MAX;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user