diff lib-src/rcs-checkin @ 12507:da322c027bf0

Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems that interpret `#! /' as a 4-byte magic number.
author Paul Eggert <eggert@twinsun.com>
date Fri, 07 Jul 1995 22:47:57 +0000
parents 9e5812a795da
children c8fb06423da0
line wrap: on
line diff
--- a/lib-src/rcs-checkin	Fri Jul 07 20:01:01 1995 +0000
+++ b/lib-src/rcs-checkin	Fri Jul 07 22:47:57 1995 +0000
@@ -1,4 +1,4 @@
-#!/bin/sh
+#! /bin/sh
 
 # This script accepts any number of file arguments and checks them into RCS.
 #