commit bash-20180406 snapshot

This commit is contained in:
Chet Ramey
2018-04-12 15:09:21 -04:00
parent 13b0033c46
commit d155fbc5fd
20 changed files with 294 additions and 24 deletions
+9
View File
@@ -35,6 +35,15 @@ struct func_array_state
};
#endif
/* Placeholder for later expansion to include more execution state */
/* XXX - watch out for pid_t */
struct execstate
{
pid_t pid;
int subshell_env;
};
/* Variables delared in execute_cmd.c, used by many other files */
extern int return_catch_flag;
extern int return_catch_value;