forked from ungleich-public/cdist
[__line] Always add line to end if anchor is not found
This commit is contained in:
parent
93ec4b46aa
commit
629d0795c8
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ BEGIN {
|
||||||
print
|
print
|
||||||
}
|
}
|
||||||
END {
|
END {
|
||||||
if (add && position == "end") {
|
if (add) {
|
||||||
print line
|
print line
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue