summaryrefslogtreecommitdiff
path: root/scripts/cpp
blob: cb24fe2bbab9f6488f15bbdc212b6faaf6cfb6d1 (plain)
1
2
3
4
5
6
#!/bin/sh

# This script is used solely by rpcgen when run by sunrpc/Makefile,
# which passes CPP in the environment to tell us what to run.

exec ${CPP} "$@"