fix typo in readline custom LS_COLORS extension; fix so `time' is recognized as a reserved word after $( and ${; don't run traps while parsing a command substitution

This commit is contained in:
Chet Ramey
2023-09-07 17:09:24 -04:00
parent f4683835d8
commit aab2c1fb1d
17 changed files with 2751 additions and 2650 deletions
+2 -1
View File
@@ -331,7 +331,8 @@ parse_command (void)
int r;
need_here_doc = 0;
run_pending_traps ();
if ((parser_state & (PST_CMDSUBST|PST_FUNSUBST)) == 0)
run_pending_traps ();
/* Allow the execution of a random command just before the printing
of each primary prompt. If the shell variable PROMPT_COMMAND