diff options
-rwxr-xr-x | cppawk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ elif [ $# -gt 0 ] ; then tmp_file=$(mktemp) if [ $prepro_only ] ; then printf "%s" "$1" | $delhashbang | \ - $prepro $incopt"$(pwd)" $(syntax $prepro_opts) - + $prepro $incopt"$(pwd)" $(syntax "$prepro_opts") - else printf "%s" "$1" | $delhashbang | \ $prepro $incopt"$(pwd)" $(syntax "$prepro_opts") - > $tmp_file |