commit bash-20200413 snapshot

This commit is contained in:
Chet Ramey
2020-04-17 15:43:10 -04:00
parent 0db5ff0129
commit 96a2ec128b
11 changed files with 1562 additions and 20 deletions
+1 -1
View File
@@ -2076,7 +2076,7 @@ initialize_dynamic_variables ()
INIT_DYNAMIC_VAR ("SRANDOM", (char *)NULL, get_urandom, (sh_var_assign_func_t *)NULL);
VSETATTR (v, att_integer);
INIT_DYNAMIC_VAR ("LINENO", (char *)NULL, get_lineno, assign_lineno);
VSETATTR (v, att_integer|att_regenerate);
VSETATTR (v, att_regenerate);
INIT_DYNAMIC_VAR ("BASHPID", (char *)NULL, get_bashpid, null_assign);
VSETATTR (v, att_integer);