]> git.ipfire.org Git - thirdparty/bash.git/commit
fix for cd when curent directory doesn't exist; fix wait -n in posix mode to delete...
authorChet Ramey <chet.ramey@case.edu>
Fri, 2 Feb 2024 19:39:50 +0000 (14:39 -0500)
committerChet Ramey <chet.ramey@case.edu>
Fri, 2 Feb 2024 19:39:50 +0000 (14:39 -0500)
commit35465406cdae9cd4a15e7f6699e657b5d09bf7bd
treed585d4eaf89e1916e8ceca99d655af0a7357980e
parent138f3cc3591163d18ee4b6390ecd6894d5d16977
fix for cd when curent directory doesn't exist; fix wait -n in posix mode to delete any job that it returns; fix some variables where readonly can be circumvented; fix some overflows in printf
12 files changed:
CWRU/CWRU.chlog
builtins/cd.def
builtins/printf.def
builtins/set.def
builtins/shopt.def
builtins/wait.def
general.c
jobs.c
jobs.h
lib/readline/readline.c
lib/readline/text.c
redir.c