commit bash-20130802 snapshot

This commit is contained in:
Chet Ramey
2013-09-12 08:53:06 -04:00
parent 6bbd35c96a
commit adbaf2b395
20 changed files with 20137 additions and 12 deletions
+3 -1
View File
@@ -2432,6 +2432,8 @@ make_variable_value (var, value, flags)
top_level_cleanup ();
jump_to_top_level (DISCARD);
}
/* This can be fooled if the variable's value changes while evaluating
`rval'. We can change it if we move the evaluation of lval to here. */
if (flags & ASS_APPEND)
rval += lval;
retval = itos (rval);
@@ -2890,7 +2892,7 @@ assign_in_env (word, flags)
{
name[offset] = 0;
/* ignore the `+' when assigning temporary environment */
/* don't ignore the `+' when assigning temporary environment */
if (name[offset - 1] == '+')
{
name[offset - 1] = '\0';