Kaydet (Commit) 92e484c4 authored tarafından Isamu Mogi's avatar Isamu Mogi Kaydeden (comit) Luboš Luňák

Ignore empty line in autogen.input

Change-Id: I5a640c996779ba548c1b4772820eaa799537c1af
Reviewed-on: https://gerrit.libreoffice.org/4991Reviewed-by: 's avatarLuboš Luňák <l.lunak@suse.cz>
Tested-by: 's avatarLuboš Luňák <l.lunak@suse.cz>
üst 90227655
...@@ -76,6 +76,8 @@ sub read_args($) ...@@ -76,6 +76,8 @@ sub read_args($)
} }
} elsif ( substr($_, 0, 1) eq "#" ) { } elsif ( substr($_, 0, 1) eq "#" ) {
# comment # comment
} elsif ( length == 0 ) {
# empty line
} else { } else {
push @lst, $_; push @lst, $_;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment