better cpp
This commit is contained in:
parent
61cb2ba2de
commit
8ef86ffe84
1 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,2 @@
|
|||
exec 2>>/cpp.log
|
||||
set -x
|
||||
if [ $# -ne 1 ]
|
||||
then exec /usr/pkg/bin/clang "$@" -E -
|
||||
else exec /usr/pkg/bin/clang "$@" -E
|
||||
fi
|
||||
#!/bin/sh
|
||||
/usr/pkg/bin/clang -cc1 -E "$@"
|
||||
|
|
Loading…
Reference in a new issue