commit bash-20041104 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 13:39:12 -05:00
parent 177d51f71e
commit d11b8b46f0
66 changed files with 4539 additions and 320 deletions
+2 -1
View File
@@ -2145,7 +2145,7 @@ execute_prompt_command (command)
parse_and_execute (savestring (command), "PROMPT_COMMAND", SEVAL_NONINT|SEVAL_NOHIST);
restore_parser_state (&ps);
bind_variable ("_", last_lastarg);
bind_variable ("_", last_lastarg, 0);
FREE (last_lastarg);
if (token_to_read == '\n') /* reset_parser was called */
@@ -3252,6 +3252,7 @@ token_is_assignment (t, i)
return r;
}
/* XXX - possible changes here for `+=' */
static int
token_is_ident (t, i)
char *t;