fix for readline numeric args and bind -x commands; fix for printing null simple commands; fix to make read builtin callable recursively; fix for ignoreeof with nofork comsubs in PS1

This commit is contained in:
Chet Ramey
2023-08-23 16:32:40 -04:00
parent b64a7d8cbe
commit 944ac21503
8 changed files with 44 additions and 7 deletions
-2
View File
@@ -435,7 +435,6 @@ inputunit: simple_list simple_list_terminator
/* This is special; look at the production and how
parse_comsub sets token_to_read */
global_command = $1;
eof_encountered = 0;
YYACCEPT;
}
| funsub
@@ -443,7 +442,6 @@ inputunit: simple_list simple_list_terminator
/* This is special; look at the production and how
parse_comsub/parse_valsub sets token_to_read */
global_command = $1;
eof_encountered = 0;
YYACCEPT;
}
| '\n'