mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
6 lines
159 B
Bash
Executable file
6 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} "$@"
|