commit bash-20160205 snapshot

This commit is contained in:
Chet Ramey
2016-02-09 09:03:46 -05:00
parent d345f817ff
commit 0f0e2f213d
2 changed files with 10 additions and 0 deletions
+3
View File
@@ -647,6 +647,9 @@ initialize_shell_variables (env, privmode)
sv_shcompat ("BASH_COMPAT");
/* Allow FUNCNEST to be inherited from the environment. */
sv_funcnest ("FUNCNEST");
/* Initialize the dynamic variables, and seed their values. */
initialize_dynamic_variables ();
}