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