mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-24 20:01:16 +02:00
documentation updates; fix for null commands with redirection expansion errors; changes to job notifications for interactive shells sourcing files; fix underflow issue with word_top
This commit is contained in:
@@ -201,6 +201,7 @@ read_builtin_timeout (int fd)
|
||||
#endif
|
||||
}
|
||||
|
||||
#if defined (READLINE)
|
||||
void
|
||||
reset_rl_instream (FILE *save_instream)
|
||||
{
|
||||
@@ -213,6 +214,7 @@ uw_reset_rl_instream (void *fp)
|
||||
{
|
||||
reset_rl_instream (fp);
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Read the value of the shell variables whose names follow.
|
||||
The reading is done from the current input stream, whatever
|
||||
|
||||
Reference in New Issue
Block a user