]> git.ipfire.org Git - thirdparty/bash.git/commit
new `jobid' loadable builtin like ash-based shells; fix for nofork command substituti... devel
authorChet Ramey <chet.ramey@case.edu>
Fri, 23 Jan 2026 21:39:00 +0000 (16:39 -0500)
committerChet Ramey <chet.ramey@case.edu>
Fri, 23 Jan 2026 21:39:00 +0000 (16:39 -0500)
commitb805bbec801b3ac9adf1e67707b2d5bd3da9e60b
tree73cd137a55ee509692ef7c95d66733ac53979aab
parentc4b56ed9ac00424bde0f9ce3adfb7edb3d19a557
new `jobid' loadable builtin like ash-based shells; fix for nofork command substitution when followed by an asynchronous subshell using GNU nohup; fix for nofork command substitution to move the file descriptor moved to the anonymous file out of the user-accessible range
CWRU/CWRU.chlog
MANIFEST
Makefile.in
examples/loadables/Makefile.in
examples/loadables/jobid.c [new file with mode: 0644]
examples/scripts/nohup.sh [new file with mode: 0644]
include/shtty.h
lib/sh/shtty.c
subst.c