summaryrefslogtreecommitdiff
path: root/scripts/cpp
diff options
context:
space:
mode:
authorMarko Myllynen <myllynen@redhat.com>2016-01-07 10:51:53 +0200
committerMike Frysinger <vapier@gentoo.org>2016-01-07 04:03:21 -0500
commit48d0341cdd41040714f1e9896efe89d49296bc78 (patch)
treeb0b146fbd564e2700487e917a0e4ad5fcd787c2b /scripts/cpp
parentd7f914848b7d5e9b11bbffd1fecc4659d4acdc2d (diff)
Make shebang interpreter directives consistent
Diffstat (limited to 'scripts/cpp')
-rwxr-xr-xscripts/cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cpp b/scripts/cpp
index 65f273ee48..cb24fe2bba 100755
--- a/scripts/cpp
+++ b/scripts/cpp
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/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.