Files
glibc/scripts/cpp
T

7 lines
159 B
Bash
Raw Normal View History

#!/bin/sh
2001-11-02 02:08:57 +00:00
# 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} "$@"