glibc/scripts/cpp
2016-01-07 04:03:21 -05:00

7 lines
159 B
Bash
Executable file

#!/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} "$@"