diff options
Diffstat (limited to 'REORG.TODO/scripts/cpp')
-rwxr-xr-x | REORG.TODO/scripts/cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/REORG.TODO/scripts/cpp b/REORG.TODO/scripts/cpp new file mode 100755 index 0000000000..cb24fe2bba --- /dev/null +++ b/REORG.TODO/scripts/cpp @@ -0,0 +1,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} "$@" |