Fields with values (DEPENDS - noe dependancies, NOTFOR - no
restrictions etc.) are not output at all.
This commit is contained in:
parent
9b6bac75e5
commit
fdc4c20531
1 changed files with 5 additions and 0 deletions
|
@ -64,6 +64,11 @@ NF == 0 {
|
|||
#
|
||||
sub(/^[^=]*=/, "")
|
||||
|
||||
if (NF == 0){
|
||||
prev_field = field
|
||||
next
|
||||
}
|
||||
|
||||
#
|
||||
if (field in depends_like){
|
||||
if (field != prev_field) {
|
||||
|
|
Loading…
Reference in a new issue