]> git.eshelyaron.com Git - emacs.git/commitdiff
Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems
authorPaul Eggert <eggert@twinsun.com>
Fri, 7 Jul 1995 22:47:57 +0000 (22:47 +0000)
committerPaul Eggert <eggert@twinsun.com>
Fri, 7 Jul 1995 22:47:57 +0000 (22:47 +0000)
that interpret `#! /' as a 4-byte magic number.

lib-src/rcs-checkin
lib-src/rcs2log
lib-src/vcdiff

index 3f41d48b0daeed42370be2d9767623b13a5316d5..f954e54bd4517de1c5c2496ab79a203efb41045c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#! /bin/sh
 
 # This script accepts any number of file arguments and checks them into RCS.
 #
index 632b6679e3a5395ddf3d1b0693df31835ecc2791..c910e898009a65484cd13ae21ff49240ef67598a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#! /bin/sh
 
 # RCS to ChangeLog generator
 
@@ -12,7 +12,7 @@
 
 # Author: Paul Eggert <eggert@twinsun.com>
 
-# $Id: rcs2log,v 1.24 1995/06/28 01:47:55 eggert Exp $
+# $Id: rcs2log,v 1.24 1995/06/28 01:47:55 eggert Exp eggert $
 
 # Copyright 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
 
index f5ab7645a812d29dd95a9a27b4f65ed457f43b78..d53d549b057e1c7f954c7d89ab63e1f766cc0c17 100755 (executable)
@@ -1,9 +1,9 @@
-#!/bin/sh
+#! /bin/sh
 #
 # Enhanced sccs diff utility for use with vc mode.
 # This version is more compatible with rcsdiff(1).
 #
-#      $Id: vcdiff,v 1.3 1993/08/25 08:18:56 eggert Exp eggert $
+#      $Id: vcdiff,v 1.4 1993/12/03 09:29:18 eggert Exp eggert $
 #
 
 DIFF="diff"