diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-06-25 16:18:21 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-06-25 16:18:21 +0000 |
commit | b046dd0cf01ab3cb82c86b88f1d27b67c7effc49 (patch) | |
tree | 6c27a90cbaa70c13c04b51915af7f9dd468de927 /pbuilder-satisfydepends-funcs | |
parent | a78ed26bd9ed30f13d33c740183ff5d33527d553 (diff) | |
download | pbuilder-b046dd0cf01ab3cb82c86b88f1d27b67c7effc49.tar pbuilder-b046dd0cf01ab3cb82c86b88f1d27b67c7effc49.tar.gz |
pbuilder-satisfydepends-fucs: allow blank lines above the first paragraph
Closes: #694404
Diffstat (limited to 'pbuilder-satisfydepends-funcs')
-rwxr-xr-x | pbuilder-satisfydepends-funcs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pbuilder-satisfydepends-funcs b/pbuilder-satisfydepends-funcs index 651cbcc..0b955e3 100755 --- a/pbuilder-satisfydepends-funcs +++ b/pbuilder-satisfydepends-funcs @@ -62,6 +62,11 @@ t store b pgploop } : leadloop +/^[ \t]*$/ { + n + /^$/ d + b leadloop +} /^#/ { n /^$/ d |