diff options
-rwxr-xr-x | cppawk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,7 @@ while [ $# -gt 0 ] ; do shift done -awk="command $(quote "$awk")" +awk="exec $(quote "$awk")" prepro="command $(quote "$prepro")" trap 'rm -f $tmp_file' EXIT INT TERM |