mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-09 05:00:49 +02:00
commit bash-20190419 snapshot
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user