mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-07 02:32:27 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user