=== modified file 'bin/fileset.awk' --- old/bin/fileset.awk 2022-08-01 03:07:10 +0000 +++ new/bin/fileset.awk 2022-07-26 19:22:24 +0000 @@ -200,7 +200,7 @@ printf_fmt = ( \ crest ~ /n/ || (crest !~ /N/ && content !~ /\n$/) \ ) ? "%s\\n" : "%s" - if(printf_fmt == "%s" || length(content) < 1800) { + if(printf_fmt == "%s") { # TODO: split into several when needed funcs[func_name] = "\tprintf '"printf_fmt"' "quoted(content) } else {