commit bash-20170210 snapshot

This commit is contained in:
Chet Ramey
2017-02-22 11:09:11 -05:00
parent 7e92fb358b
commit ac495185aa
17 changed files with 211 additions and 72 deletions
+2
View File
@@ -271,6 +271,8 @@ static int function_line_number;
report the correct line number. Kind of a hack. */
static int showing_function_line;
static int connection_count;
/* $LINENO ($BASH_LINENO) for use by an ERR trap. Global so parse_and_execute
can save and restore it. */
int line_number_for_err_trap;