fix for $_ when executing $PROMPT_COMMAND; fix for extra line in history after here-document in command substitution

This commit is contained in:
Chet Ramey
2023-02-13 10:48:05 -05:00
parent 3eab48247a
commit d7a6d947df
11 changed files with 140 additions and 72 deletions
+1
View File
@@ -120,4 +120,5 @@ extern void close_all_files (void);
extern void restore_funcarray_state (struct func_array_state *);
#endif
extern void bind_lastarg (char *);
#endif /* _EXECUTE_CMD_H_ */