commit bash-20190426 snapshot

This commit is contained in:
Chet Ramey
2019-04-29 08:48:08 -04:00
parent 9128f93291
commit 42a9b8a197
6 changed files with 44 additions and 2280 deletions
+4 -1
View File
@@ -293,7 +293,10 @@ parse_command ()
actually printed. */
if (interactive && bash_input.type != st_string && parser_expanding_alias() == 0)
{
execute_prompt_command ();
#if defined (READLINE)
if (no_line_editing || (bash_input.type == st_stdin && parser_will_prompt ()))
#endif
execute_prompt_command ();
if (running_under_emacs == 2)
send_pwd_to_eterm (); /* Yuck */