2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-03-07 13:28:05 +08:00
glibc/scripts/cpp

7 lines
159 B
Plaintext
Raw Normal View History

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