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
+8
View File
@@ -889,6 +889,14 @@ assign_compound_array_list (SHELL_VAR *var, WORD_LIST *nlist, int flags)
assoc_dispose (h);
}
#if ARRAY_EXPORT
if (var && exported_p (var))
{
INVALIDATE_EXPORTSTR (var);
array_needs_making = 1;
}
#endif
return (any_failed ? 0 : 1);
}