default value for BASH_LOADABLES_PATH; other minor changes

This commit is contained in:
Chet Ramey
2021-04-12 16:44:43 -04:00
parent 0e51345317
commit fb4ddc2d2b
13 changed files with 393 additions and 541 deletions
+2
View File
@@ -664,6 +664,8 @@ initialize_shell_variables (env, privmode)
/* Get the user's real and effective user ids. */
uidset ();
temp_var = set_if_not ("BASH_LOADABLES_PATH", DEFAULT_LOADABLE_BUILTINS_PATH);
temp_var = find_variable ("BASH_XTRACEFD");
if (temp_var && imported_p (temp_var))
sv_xtracefd (temp_var->name);