summaryrefslogtreecommitdiff
path: root/scripts/cpp
blob: 65f273ee48a2e95933ecbb27b100d755e1579439 (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} "$@"