cdist/cdist/conf/type/__ini_value/files/parts/present/found.awk

9 lines
189 B
Awk

# check if last line was the comment
was_com_there = was_comment(lastline(), comment)
# print + comment if not there
flush_buffer()
if(comment && !was_com_there) c_print()
# %code_print%