bash-4.3-beta2 overlay

This commit is contained in:
Chet Ramey
2013-10-10 16:17:42 -04:00
parent aaa810a212
commit 145d6930ab
116 changed files with 12457 additions and 12721 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';