mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 21:51:27 +00:00
Delete double blank lines from the input.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1287 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -417,6 +417,9 @@ BEGIN {
|
||||
# Store the lines that were just read.
|
||||
for (i = 0; i < input_line_count; i++)
|
||||
line[lines++] = input_line[i]
|
||||
# Delete double blank lines from the input.
|
||||
if (line[lines-1] == "+")
|
||||
delete_next_blank_line = 1
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user