mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-26 23:33:08 +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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user