fix cosmetic error when printing if commands containing here-documents in the body; compiling -DSTRICT_POSIX now forces posix-mode shells to expand redirections before assignment statements preceding simple commands

This commit is contained in:
Chet Ramey
2026-03-03 11:14:10 -05:00
parent 044c1acc91
commit d0b41c2c5f
60 changed files with 526 additions and 7259 deletions
+1
View File
@@ -46,6 +46,7 @@ extern void assoc_remove (HASH_TABLE *, const char *);
extern char *assoc_reference (HASH_TABLE *, const char *);
extern char *assoc_subrange (HASH_TABLE *, arrayind_t, arrayind_t, int, int, int);
extern char *assoc_subslice (HASH_TABLE *, char *, char *, int, int, int);
extern char *assoc_patsub (HASH_TABLE *, char *, char *, int);
extern char *assoc_modcase (HASH_TABLE *, char *, int, int);