commit bash-20190419 snapshot

This commit is contained in:
Chet Ramey
2019-04-22 09:29:27 -04:00
parent 5d31eaea6e
commit fc60fcf1b5
6 changed files with 30 additions and 7 deletions
+5
View File
@@ -363,6 +363,11 @@ initialize_shell_variables (env, privmode)
/* Now, name = env variable name, string = env variable value, and
char_index == strlen (name) */
if (STREQ (name, "BASHOPTS"))
itrace("initialize_shell_variables: processing BASHOPTS");
if (STREQ (name, "BASH_COMPAT"))
itrace("initialize_shell_variables: processing BASH_COMPAT");
temp_var = (SHELL_VAR *)NULL;
#if defined (FUNCTION_IMPORT)