Imported from ../bash-3.2.tar.gz.

This commit is contained in:
Jari Aalto
2009-09-12 16:46:58 +00:00
parent 95732b497d
commit 0628567a28
182 changed files with 17647 additions and 9477 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ parse_command ()
{
command_to_execute = get_string_value ("PROMPT_COMMAND");
if (command_to_execute)
execute_prompt_command (command_to_execute);
execute_variable_command (command_to_execute, "PROMPT_COMMAND");
if (running_under_emacs == 2)
send_pwd_to_eterm (); /* Yuck */