better cpp
This commit is contained in:
@@ -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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user