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

This commit is contained in:
Chet Ramey
2024-09-20 14:47:56 -04:00
parent bc5ddc8698
commit 8d74195d7f
18 changed files with 2564 additions and 2166 deletions
+1
View File
@@ -1864,6 +1864,7 @@ rl_parse_and_bind (char *string)
false. */
#define V_SPECIAL 0x1
#define V_DEPRECATED 0x02
static const struct {
const char * const name;