summaryrefslogtreecommitdiff
path: root/lib-src/rcs-checkin
diff options
context:
space:
mode:
authorPaul Eggert <eggert@twinsun.com>1995-07-07 22:47:57 +0000
committerPaul Eggert <eggert@twinsun.com>1995-07-07 22:47:57 +0000
commitd5ad1373ccae86994f44aa2b64caa0dbada4fb8c (patch)
tree5a1c9f58035465f503bbed9ab0604888bec05f41 /lib-src/rcs-checkin
parente6b7241010c01a7c802d594cea0b4fbbb6d66e7c (diff)
Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems
that interpret `#! /' as a 4-byte magic number.
Diffstat (limited to 'lib-src/rcs-checkin')
-rwxr-xr-xlib-src/rcs-checkin2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/rcs-checkin b/lib-src/rcs-checkin
index 3f41d48b0d..f954e54bd4 100755
--- a/lib-src/rcs-checkin
+++ b/lib-src/rcs-checkin
@@ -1,4 +1,4 @@
-#!/bin/sh
+#! /bin/sh
# This script accepts any number of file arguments and checks them into RCS.
#