mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 10:12:38 +02:00
commit bash-20100318 snapshot
This commit is contained in:
@@ -751,6 +751,9 @@ bash_add_history (line)
|
||||
chars_to_add = "";
|
||||
}
|
||||
|
||||
if (dstack.delimiter_depth == 0 && current->line[curlen - 1] == '\n' && *chars_to_add == ';')
|
||||
chars_to_add++;
|
||||
|
||||
new_line = (char *)xmalloc (1
|
||||
+ curlen
|
||||
+ strlen (line)
|
||||
|
||||
Reference in New Issue
Block a user