commit bash-20180105 snapshot

This commit is contained in:
Chet Ramey
2018-01-08 11:55:31 -05:00
parent ce0469bfbe
commit 879213c630
60 changed files with 11056 additions and 10266 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
/* execute_cmd.c -- Execute a COMMAND structure. */
/* Copyright (C) 1987-2017 Free Software Foundation, Inc.
/* Copyright (C) 1987-2018 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
@@ -5778,7 +5778,7 @@ execute_intern_function (name, funcdef)
}
#if defined (DEBUGGER)
bind_function_def (name->word, funcdef);
bind_function_def (name->word, funcdef, 1);
#endif
bind_function (name->word, funcdef->command);