Bash-4.2 patch 5

This commit is contained in:
Chet Ramey
2011-11-22 20:00:19 -05:00
parent aeb26a67db
commit 2bbe80583b
5 changed files with 28 additions and 4 deletions

View File

@@ -313,6 +313,7 @@ extern void set_func_auto_export __P((const char *));
extern void sort_variables __P((SHELL_VAR **));
extern int chkexport __P((char *));
extern void maybe_make_export_env __P((void));
extern void update_export_env_inplace __P((char *, int, char *));
extern void put_command_name_into_env __P((char *));