diff options
| author | Paul Eggert | 1995-07-07 22:47:57 +0000 |
|---|---|---|
| committer | Paul Eggert | 1995-07-07 22:47:57 +0000 |
| commit | d5ad1373ccae86994f44aa2b64caa0dbada4fb8c (patch) | |
| tree | 5a1c9f58035465f503bbed9ab0604888bec05f41 /lib-src | |
| parent | e6b7241010c01a7c802d594cea0b4fbbb6d66e7c (diff) | |
| download | emacs-d5ad1373ccae86994f44aa2b64caa0dbada4fb8c.tar.gz emacs-d5ad1373ccae86994f44aa2b64caa0dbada4fb8c.zip | |
Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems
that interpret `#! /' as a 4-byte magic number.
Diffstat (limited to 'lib-src')
| -rwxr-xr-x | lib-src/rcs-checkin | 2 | ||||
| -rwxr-xr-x | lib-src/rcs2log | 4 | ||||
| -rwxr-xr-x | lib-src/vcdiff | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/lib-src/rcs-checkin b/lib-src/rcs-checkin index 3f41d48b0da..f954e54bd45 100755 --- a/lib-src/rcs-checkin +++ b/lib-src/rcs-checkin | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #!/bin/sh | 1 | #! /bin/sh |
| 2 | 2 | ||
| 3 | # This script accepts any number of file arguments and checks them into RCS. | 3 | # This script accepts any number of file arguments and checks them into RCS. |
| 4 | # | 4 | # |
diff --git a/lib-src/rcs2log b/lib-src/rcs2log index 632b6679e3a..c910e898009 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #!/bin/sh | 1 | #! /bin/sh |
| 2 | 2 | ||
| 3 | # RCS to ChangeLog generator | 3 | # RCS to ChangeLog generator |
| 4 | 4 | ||
| @@ -12,7 +12,7 @@ | |||
| 12 | 12 | ||
| 13 | # Author: Paul Eggert <eggert@twinsun.com> | 13 | # Author: Paul Eggert <eggert@twinsun.com> |
| 14 | 14 | ||
| 15 | # $Id: rcs2log,v 1.24 1995/06/28 01:47:55 eggert Exp $ | 15 | # $Id: rcs2log,v 1.24 1995/06/28 01:47:55 eggert Exp eggert $ |
| 16 | 16 | ||
| 17 | # Copyright 1992, 1993, 1994, 1995 Free Software Foundation, Inc. | 17 | # Copyright 1992, 1993, 1994, 1995 Free Software Foundation, Inc. |
| 18 | 18 | ||
diff --git a/lib-src/vcdiff b/lib-src/vcdiff index f5ab7645a81..d53d549b057 100755 --- a/lib-src/vcdiff +++ b/lib-src/vcdiff | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | #!/bin/sh | 1 | #! /bin/sh |
| 2 | # | 2 | # |
| 3 | # Enhanced sccs diff utility for use with vc mode. | 3 | # Enhanced sccs diff utility for use with vc mode. |
| 4 | # This version is more compatible with rcsdiff(1). | 4 | # This version is more compatible with rcsdiff(1). |
| 5 | # | 5 | # |
| 6 | # $Id: vcdiff,v 1.3 1993/08/25 08:18:56 eggert Exp eggert $ | 6 | # $Id: vcdiff,v 1.4 1993/12/03 09:29:18 eggert Exp eggert $ |
| 7 | # | 7 | # |
| 8 | 8 | ||
| 9 | DIFF="diff" | 9 | DIFF="diff" |