[__line] Always add line to end if anchor is not found

This commit is contained in:
Dennis Camera 2020-01-15 17:23:26 +01:00
parent 93ec4b46aa
commit 629d0795c8
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ BEGIN {
print
}
END {
if (add && position == "end") {
if (add) {
print line
}
}