mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-07 10:42:28 +02:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user