=== modified file 'bin/fileset.awk' --- old/bin/fileset.awk 2022-07-26 19:22:24 +0000 +++ new/bin/fileset.awk 2022-07-26 18:17:33 +0000 @@ -227,10 +227,10 @@ } else { shellfunc("req type_or_missing f", crest) } - print_cond("\n" \ - "\t{ "statement"\n} <"fname" >"fname".tmp.$$ " or_die "\n" \ - "\tc cat "fname".tmp.$$\n" \ - "\trm "fname".tmp.$$ " or_die "\n") + print_d("{ "statement"\n} <"fname" >"fname".tmp.$$") + print_d("cat >"fname" "fname".tmp.$$") + print_i("c cat "fname".tmp.$$") + print_d("rm "fname".tmp.$$") # use file as Input } else if(crest ~ /i/) { print_cond(statement, "<"fname) @@ -266,7 +266,7 @@ # if none above matched printf "%s:%s: unrecognised statement: %s\n", FILENAME, FNR, \ - cchar crest " '" statement "'" >"/dev/stderr" + cchar crest statement >"/dev/stderr" if(!WARN_ONLY) { exit 1 }