commit bash-20200720 snapshot

This commit is contained in:
Chet Ramey
2020-07-28 17:19:25 -04:00
parent 5361749017
commit e6983002ec
24 changed files with 5033 additions and 4904 deletions
+4 -1
View File
@@ -5216,7 +5216,10 @@ push_posix_tempvar_internal (var, isbltin)
v = 0;
if (local_p (var) && STREQ (var->name, "-"))
set_current_options (value_cell (var));
{
set_current_options (value_cell (var));
set_shellopts ();
}
/* This takes variable assignments preceding special builtins that can execute
multiple commands (source, eval, etc.) and performs the equivalent of
an assignment statement to modify the closest enclosing variable (the