commit bash-20070719 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:10:32 -05:00
parent 70694d2e64
commit aea33a6b25
3 changed files with 4 additions and 6 deletions
+3 -3
View File
@@ -1861,10 +1861,10 @@ make_variable_value (var, value, flags)
}
rval = evalexp (value, &expok);
if (expok == 0)
{
top_level_cleanup ();
{
top_level_cleanup ();
jump_to_top_level (DISCARD);
}
}
if (flags & ASS_APPEND)
rval += lval;
retval = itos (rval);