commit bash-20170421 snapshot

This commit is contained in:
Chet Ramey
2017-05-01 15:45:48 -04:00
parent 21c9990fbb
commit 787bb204f9
12 changed files with 185 additions and 8 deletions
+1 -1
View File
@@ -2545,7 +2545,7 @@ static void
maybe_make_readline_line (new_line)
char *new_line;
{
if (strcmp (new_line, rl_line_buffer) != 0)
if (new_line && strcmp (new_line, rl_line_buffer) != 0)
{
rl_point = rl_end;