]> git.ipfire.org Git - thirdparty/bash.git/commit
change posix-mode implicit redirection from /dev/null for asynchronous commands so...
authorChet Ramey <chet.ramey@case.edu>
Tue, 6 Jan 2026 15:46:14 +0000 (10:46 -0500)
committerChet Ramey <chet.ramey@case.edu>
Tue, 6 Jan 2026 15:46:14 +0000 (10:46 -0500)
commite7c3acf10876963d15f4b6b8030717d308c12bd4
tree0bc7be6b8897a3cff0bc39f522df398cee4c1832
parenta43e08df2deefa6b63dce66d57adad2c9a704eb7
change posix-mode implicit redirection from /dev/null for asynchronous commands so that 0<&0 does not count as an explicit redirection for austin-group interp 1913; fix spurious debug message about job notification for -c command; fix error handling for wait builtin if there are no children in a subshell
12 files changed:
CWRU/CWRU.chlog
MANIFEST
doc/bash.1
doc/bashref.texi
doc/version.texi
execute_cmd.c
jobs.c
redir.c
tests/redir.right
tests/redir.tests
tests/redir14.sub [new file with mode: 0644]
variables.c